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

Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.

4 Answers  


pierrot's divisor program using c or c++ code

0 Answers  


program to find the second largest word in a paragraph amongst all words that repeat more thn twice

4 Answers   CTS, iGate,


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"

6 Answers   IBM,


What is malloc calloc and realloc in c?

0 Answers  


How to avoid structure padding in C?

8 Answers   Tech Mahindra,


How can a string be converted to a number?

0 Answers  


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


How a string is stored in c?

0 Answers  


Is printf a keyword?

0 Answers  


Give me basis knowledge of c , c++...

5 Answers  


Categories