What is the function of volatile in c language?
No Answer is Posted For this Question
Be the First to Post Answer
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
What are the data types present in c?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
how to print 212 as Twohundreds twelve plz provide me ans soon
What are qualifiers and modifiers c?
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
Write a program to find whether the given number is prime or not?
Explain c preprocessor?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What are pointers in C? Give an example where to illustrate their significance.
write a program to fined second smallest and largest element in a given series of elements (without sorting)