what is the output of
printf("%d",(scanf("%d",10));

Answer Posted / makadivya

10

Is This Answer Correct ?    14 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is line in c preprocessor?

604


What is the difference between int main and void main in c?

581


What is calloc()?

617


List some of the dynamic data structures in C?

775


What is the size of enum in bytes?

574






Explain what does the format %10.2 mean when included in a printf statement?

767


What is NULL pointer?

670


How to declare pointer variables?

675


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1838


Explain the array representation of a binary tree in C.

716


Explain enumerated types in c language?

596


Explain what does the function toupper() do?

625


What is the difference between NULL and NUL?

716


How can I get the current date or time of day in a c program?

643


How does normalization of huge pointer works?

617