Are pointers integer?
No Answer is Posted For this Question
Be the First to Post Answer
2. What does static variable mean?
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
Why we use conio h in c?
Is python a c language?
writ a program to compare using strcmp VIVA and viva with its output.
What is the difference between getch() and getche()?
#define d 10+10 main() { printf("%d",d*d); }
How do I round numbers?
What is the purpose of sprintf() function?
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
What is array of structure in c programming?
What is an volatile variable?