What are predefined functions in c?


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

Post New Answer

More C Interview Questions

Explain how can a program be made to print the line number where an error occurs?

0 Answers  


Are the expressions * ptr ++ and ++ * ptr same?

0 Answers  


What is the purpose of main( ) in c language?

0 Answers  


What are logical errors and how does it differ from syntax errors?

0 Answers  


c programming of binary addition of two binary numbers

4 Answers  






a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

0 Answers  


What is the use of linkage in c language?

0 Answers  


Can we access array using pointer in c language?

0 Answers  


for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


What is calloc malloc realloc in c?

0 Answers  


Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June

0 Answers  


Can you write a programmer for FACTORIAL using recursion?

0 Answers   ADP,


Categories