Not all reserved words are written in lowercase. TRUE or FALSE?
No Answer is Posted For this Question
Be the First to Post Answer
what is c
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
What is the function of multilevel pointer in c?
What is the purpose of clrscr () printf () and getch ()?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
What is a scope resolution operator in c?
Differentiate abs() function from fabs() function.
What is call by value in c?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
diff. between *p and **p
Hi can anyone tell what is a start up code?
what are the compilation steps? ( i want inside the compiler )