How do we declare variables in c?


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

Post New Answer

More C Interview Questions

What is sizeof in c?

0 Answers  


What is the mean of this statement:: if(int i=0 * i=9)

2 Answers   HCL,


What is a buffer in c?

0 Answers  


What is the difference between typeof(foo) and myFoo.GetType()?

2 Answers   Synergy,


Why clrscr is used in c?

0 Answers  






What is a rvalue?

0 Answers   Global Logic,


SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1

4 Answers  


/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 Answers   CDAC,


How important is structure in life?

0 Answers  


What is the benefit of using const for declaring constants?

0 Answers  


printf("%d",(printf("Hello")); What it returns?

32 Answers   TCS,


What is a global variable in c?

0 Answers  


Categories