In a header file whether functions are declared or defined?
No Answer is Posted For this Question
Be the First to Post Answer
What are function pointers? Provide an example.
What is the use of keyword VOLATILE in C?
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
What type of function is main ()?
What is structure padding & expalain wid example what is bit wise structure?
Write a program for Overriding.
what is difference between null and nul in c language
Explain is it better to bitshift a value than to multiply by 2?
what is self refrential structure
write a program to compare 2 numbers without using logical operators?
write a program to copy the string using switch case?