How will you divide two numbers in a MACRO?
how to create c progarm without void main()?
advantages of pointers?
What is the meaning of typedef struct in c?
Can math operations be performed on a void pointer?
Can you please explain the difference between exit() and _exit() function?
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
read a number & print all its devisors using c-program?
What is FIFO?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
What is return type in c?