Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
What is the difference between volatile and const volatile?
Lists the benefits of c programming language?
What is s or c?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
write a progrmm in c language take user interface generate table using for loop?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
Why ordinary variable store only one value
c program to add and delete an element from circular queue using array
Write a program to show the change in position of a cursor using c
In scanf h is used for
Explain what are run-time errors?
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4