What is a constant?
No Answer is Posted For this Question
Be the First to Post Answer
Tell us bitwise shift operators?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
convert 0.9375 to binary
every function has return the value?
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
What ios diff. Between %e & %f?
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
main is a predefined or user define function if user defined why? if predefined whay?
What is the general form of #line preprocessor?
What is the heap in c?
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
what is the difference between #include<stdio.h> and #include"stdio.h" ?