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


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

Post New Answer

More C Interview Questions

Are the outer parentheses in return statements really optional?

0 Answers  


What is a structure and why it is used?

0 Answers   Hexaware,


What is bss in c?

0 Answers  


What do you mean by recursion in c?

0 Answers  


what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }

3 Answers  






what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")

7 Answers   Cadence, JNTU, Zen Technologies,


marge linklist

0 Answers   HCL,


What are the string functions? List some string functions available in c.

0 Answers  


Write a program to find whether the given number is prime or not?

6 Answers  


Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program

1 Answers   Accenture, Concor, DMU, Satyam, Syntel, Tora,


What does the file stdio.h contain?

0 Answers  


What are control structures? What are the different types?

0 Answers  


Categories