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

Does c have function or method?

0 Answers  


what is the hexidecimal number of 4100?

16 Answers   Google,


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

0 Answers  


What does %d do in c?

0 Answers  


what are the general concepts of c and c++

2 Answers  






What is meant by high-order and low-order bytes?

0 Answers  


What is the difference between new and malloc functions?

0 Answers   InterGraph,


What are identifiers c?

0 Answers  


I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.

1 Answers  


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

0 Answers   IBM, Wipro,


What is echo in c programming?

0 Answers  


What is Dynamic Initialization.

3 Answers  


Categories