What is 'bus error'?
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output for the following main() { printf("hi" "hello"); }
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
How to write the code of the program to swap two numbers with in one statement?
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
Explain what are its uses in c programming?
What is the difference between variable declaration and variable definition in c?
what is unsigened char and what is the difference from char
Is it possible to pass an entire structure to functions?
What is the most efficient way to store flag values?
What is graph in c?