What is the output of printf("%d", printf("Hello"));?
Post New Answer View All Answers
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is chain pointer in c?
How does selection sort work in c?
How many types of arrays are there in c?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Explain how do you override a defined macro?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Why main is used in c?
When can you use a pointer with a function?
What are header files in c?
what does static variable mean?
Why use int main instead of void main?
How do we print only part of a string in c?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?