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 |
How macro execution is faster than function ?
Is null a keyword in c?
Difference between constant pointer and pointer to a constant.
What would be an example of a structure analogous to structure c?
what are bit fields in c?
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
Can you think of a logic behind the game minesweeper.
What is the use of clrscr?
Write a program of prime number using recursion.
Explain how can you avoid including a header more than once?
Find greatest of two numbers using macro
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.