What is the purpose of scanf() and printf() functions?


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

Post New Answer

More C Interview Questions

What are type modifiers in c?

0 Answers  


What is the difference between exit() and _exit() function?

0 Answers  


Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

2 Answers  


Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.

2 Answers  


How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.

1 Answers   HP, TCS,






Explain can static variables be declared in a header file?

0 Answers  


What is the 'named constructor idiom'?

0 Answers  


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


Is null always defined as 0(zero)?

0 Answers  


What is the significance of c program algorithms?

0 Answers  


write a program to generate address labels using structures?

0 Answers   SJC,


How can I open files mentioned on the command line, and parse option flags?

0 Answers  


Categories