What is a constant?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Tell us bitwise shift operators?

0 Answers  


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

0 Answers   Wilco,


convert 0.9375 to binary

2 Answers   CTS, TANCET,


every function has return the value?

1 Answers  


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?????????????

4 Answers   Google,






What ios diff. Between %e & %f?

3 Answers   Honeywell,


int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?

7 Answers   Parimal, Wipro,


main is a predefined or user define function if user defined why? if predefined whay?

12 Answers   TCS,


What is the general form of #line preprocessor?

0 Answers  


What is the heap in c?

0 Answers  


We can draw a box in cprogram by using only one printf();& without using graphic.h header file?

4 Answers   NIIT,


what is the difference between #include<stdio.h> and #include"stdio.h" ?

6 Answers   TCS,


Categories