int x=sizeof(!5.856);
What will value of variable x?
Answers were Sorted based on User's Feedback
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
What are register variables? What are the advantage of using register variables?
What is the meaning of typedef struct in c?
#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }
Why Modern OS are interrupt driven?Give an example
What is the difference between NULL and NUL?
What does c mean in basketball?
What are the characteristics of arrays in c?
all c language question
Why is extern used in c?
write a c program to convert fahrenheit to celsius?