What is %g in c?


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

Post New Answer

More C Interview Questions

Why is c faster?

0 Answers  


Explain what does it mean when a pointer is used in an if statement?

0 Answers  


Hai what is the different types of versions and their differences

0 Answers  


Explain how do you determine whether to use a stream function or a low-level function?

0 Answers  


What is the best way to store flag values in a program?

0 Answers  






what is the difference b/w compiler and debugger?

2 Answers   Assurgent,


how to copy a string without using c function

5 Answers  


Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }

2 Answers   ADITI,


What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }

9 Answers   CTS, Wipro,


f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error

4 Answers   HCL,


What are the features of c language?

0 Answers  


How can I increase the allowable number of simultaneously open files?

1 Answers   ABC,


Categories