Program to display given 3 integers in ascending order
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
How many keywords are there in c?
Is multithreading possible in c?
What are called c variables?
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
What is operator promotion?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
What is the use of c language in real life?
What is keyword with example?
how to print "hai" in c?
how to display 2-D array elements in spiral
What is declaration and definition in c?