Why is sizeof () an operator and not a function?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
What is a method in c?
Why & is used in c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
what is the program to display your name in any color?
How do I use void main?
what is object oriental programing?
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
What is the use of function overloading in C?
What is the purpose of Scanf Print, getchar, putchar, function?
How to add two numbers without using semicolon at runtime
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2