Do string constants represent numerical values?
No Answer is Posted For this Question
Be the First to Post Answer
What does sizeof function do?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What library is sizeof in c?
Explain bit masking in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is calloc in c?
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
How can you increase the size of a statically allocated array?
find the minimum of three values inputted by the user