What are variables c?


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

Post New Answer

More C Interview Questions

If fflush wont work, what can I use to flush input?

0 Answers  


why we need function pointers?

3 Answers  


What Is The Difference Between Null And Void Pointer?

0 Answers   TCS,


Is c++ based on c?

0 Answers  


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

4 Answers   NIIT,


wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 Answers  


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

0 Answers  


helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe

2 Answers  


How do I use void main?

0 Answers  


64/square(4)

1 Answers  


How can a number be converted to a string?

1 Answers  


What is openmp in c?

0 Answers  


Categories