what is a non volatile key word in c language?
Answer / vishnu
There is no non volatile key word in C.
we have volatile const
we have const
we have volatile key words.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is extern c used for?
What should be keep precautions while using the recursion method?
How do you redirect a standard stream?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
How does the assert() function work?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Which header file is used for clrscr?
How do I get a null pointer in my programs?
write a program for fibonaci series by using while loop in 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
Explain void pointer?
what is void pointer?