Explain #pragma statements.
No Answer is Posted For this Question
Be the First to Post Answer
what are the files which are automatically opened when a c file is executed?
Explain following declaration int *P(void); and int (*p)(char *a);
how can I convert a string to a number?
What is the relationship between pointers and data structure?
What are the advantages and disadvantages of pointers?
write a program to swap two variables a=5 , b= 10 without using third variable
How do I round numbers?
What is a segmentation fault?
What is the purpose of main() function?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What is volatile variable how do you declare it?
what are the compilation steps? ( i want inside the compiler )