Why static is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why is c called "mother" language?
What is bash c?
What is structure in c language?
Explain how can you tell whether a program was compiled using c versus c++?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
what is c language?
How many header files are in c?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
how to print this pyramid * * * * * * * * * * * * *
What is the use of in c?
What is the explanation for the dangling pointer in c?
write a program for the normal snake games find in most of the mobiles.