What is #ifdef ? What is its application?
No Answer is Posted For this Question
Be the First to Post Answer
How can you allocate arrays or structures bigger than 64K?
write a program to copy a string without using a string?
Can main () be called recursively?
Explain how do you determine whether to use a stream function or a low-level function?
Differentiate abs() function from fabs() function.
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
Where are the auto variables stored?
how to write a c program to print list of fruits in alpabetical order?
Why c is called procedure oriented language?
Under what circumstances does a name clash occur?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is the difference b/w Structure & Class?