G
Q. What will be the output of the following C code?
#include <stdio.h> int main() { signed char chr; chr = 128; printf("%d\n", chr); return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is a structure in C language?
Q. What is the correct syntax to declare a pointer to a constant?
Q. String handling functions such as strcmp(), strcpy() etc can be used with enumerated types.
Q. Determine the priority of each operator (highest to lowest)?
Q. Which option should be selected to work the following C expression?
Q. What will be the output of the following code snippet?
Discusssion
Login to discuss.