R
Q. What is the output of the C Program?
int main() { float a=10.0; a = a % 3; printf("%f", a); 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 will be the output of the following statements ?
Q. What is the maximum number of statements that can present in a C function?
Q. A class binds the ____ and its related _____ together
Q. Union differs from structure in the following way
Q. Array elements are always stored in ___ memory locations.
Q. Which of the following ways are correct to include header file in C program?
Q. What is the output of Exclusive OR ^ operator on 0110^1000.?
Q. To represent hierarchical relationship between elements, which data structure is suitable?
Q. The size of the following union, where an int occupies 4 bytes of memory is
Q. What will be output if you will compile and execute the following c code?
Discusssion
Login to discuss.