What is c variable?


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

Post New Answer

More C Interview Questions

# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 Answers   Microsoft, TCS,


What is the time and space complexities of merge sort and when is it preferred over quick sort?

0 Answers   Amazon,


long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

18 Answers   Acropolis, HCL, Intel, TCS,


What is .obj file in c?

0 Answers  


Distinguish between actual and formal arguments.

0 Answers  


Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.

1 Answers  


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

0 Answers  


What is difference between structure and union in c?

0 Answers  


application of static variables in real time

1 Answers   Bosch,


What is keyword in c?

0 Answers  


Why do we need arrays in c?

0 Answers  


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

0 Answers   Wipro,


Categories