Explain output of printf("Hello World"-'A'+'B'); ?
No Answer is Posted For this Question
Be the First to Post Answer
What are the basic data types associated with c?
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
what does exit() do?
What are the types of operators in c?
How to write a code for reverse of string without using string functions?
what is meant by flushll() in c programming?
What is modifier & how many types of modifiers available in c?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Give the Output : * * * * * * * * * *
write a c program to convert fahrenheit to celsius?
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
What is a class?