how can f be used for both float and double arguments in printf? Are not they different types?


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

Post New Answer

More C Interview Questions

biggest of two no's with out using if condition statement

8 Answers  


Write a program to check palindrome number in c programming?

0 Answers  


write a program to remove duplicate from an ordered char array? in c

2 Answers  


wap in c to accept n number display the highest and lowest value

2 Answers  


What is define c?

0 Answers  






Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.

1 Answers  


Why calloc is better than malloc?

0 Answers  


2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 Answers   HCL, Tech Mahindra,


why array index always starts from zero??

4 Answers   TCS,


Are there namespaces in c?

0 Answers  


What are disadvantages of C language.

0 Answers   iNautix,


What is malloc calloc and realloc in c?

0 Answers  


Categories