Why is c so popular?
No Answer is Posted For this Question
Be the First to Post Answer
how do we remove the printed character in printf statement and write next it it
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
What is the difference between NULL and NUL?
What do you mean by a sequential access file?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
What are local static variables?
What is advantage of pointer in c?
What is structure in c language?
What does do in c?
two variables are added answer is stored on not for third variable how it is possible?
What is a pointer on a pointer in c programming language?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }