What is volatile variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to swap 3 numbers without using 4th variable?
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
What is the use of f in c?
How to write the code of the program to swap two numbers with in one statement?
Write a program to print fibonacci series using recursion?
what are bps & baud rates? differentiate these two?
Write code for atoi(x) where x is hexadecimal string.
What is a built-in function in C?
What are the valid places to have keyword “break”?
What is an lvalue in c?
how to print 212 as Twohundreds twelve plz provide me ans soon