What does printf does?


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

Post New Answer

More C Interview Questions

which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}

4 Answers   TCS,


c program to subtract between two numbers without using '-' sign and subtract function.

1 Answers  


give one ip, find out which contry

4 Answers   Google,


what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1

0 Answers  


What does d mean?

0 Answers  






what are the interview question's in the language c

2 Answers   Nipuna,


Why can arithmetic operations not be performed on void pointers?

0 Answers  


Reverse a string word by word??

9 Answers  


What is %lu in c?

0 Answers  


How can a process change an environment variable in its caller?

0 Answers  


What is the significance of an algorithm to C programming?

0 Answers  


Why is the code below functioning. According to me it MUST NOT.

1 Answers  


Categories