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
What is indirect recursion? give an example?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Where is c used?
how to generate sparse matrix in c
in malloc and calloc which one is fast and why?
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Famous puzzles which are generally asked by companies during interviews ?
How can I set an array's size at run time?
Write a code to remove duplicates in a string.
I have a varargs function which accepts a float parameter?
write a program to print data of 5 five students with structures?