printf(), scanf() these are

a) library functions

b) userdefined functions

c) system functions

d) they are not functions


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

Post New Answer

More C Interview Questions

second highest number in a given set of numbers

3 Answers   TCS,


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

0 Answers   College School Exams Tests,


What is the difference between declaring a variable and defining a variable?

0 Answers  


Explain the process of converting a Tree into a Binary Tree.

0 Answers   Ignou,


if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item

2 Answers  






what is the difference between c and java?

1 Answers  


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

2 Answers   Aricent, Manipal University,


What is wrong with this initialization?

0 Answers  


enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?

4 Answers   TCS,


Is null always defined as 0(zero)?

0 Answers  


Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.

1 Answers   Wipro,


sir, i cannot find the way how to write aprogram by using array on queue

1 Answers   IISIT,


Categories