Home / Programming MCQs / C Programming MCQs / Question
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
In the following C code, the union size is decided by?
What is the output of C Program?
Arguments passed to a function in C language are called ___ arguments.
What will be the output of the following code snippet?
How would you round off a value from 1.66 to 2.0?
The C-preprocessors are specified with _________ symbol.
What is the use of "#pragma once"?
Discusssion
Login to discuss.