Explain what does the function toupper() do?


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

Post New Answer

More C Interview Questions

Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)

2 Answers  


What is pointer to pointer in c language?

0 Answers  


Explain high-order and low-order bytes.

0 Answers  


What is a MAC Address?

0 Answers  


What are pointers really good for, anyway?

0 Answers  






How important is structure in life?

0 Answers  


Function to find the given number is a power of 2 or not?

20 Answers   Motorola, nvidia,


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }

3 Answers  


Explain what is a pragma?

0 Answers  


What is gets() function?

0 Answers  


Write a program to identify if a given binary tree is balanced or not.

0 Answers   JPMorgan Chase,


Categories