What is sizeof c?
No Answer is Posted For this Question
Be the First to Post Answer
What is exit() function?
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
Can a pointer be null?
Describe newline escape sequence with a sample program?
Convert the following expression to postfix and prefix (A+B) * (D-C)
What is the best style for code layout in c?
What is call by reference in functions?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));
What does the characters “r” and “w” mean when writing programs that will make use of files?
Is c still used in 2019?
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j