what will be the out put.
#include<stdio.h>
void main()
{
printf("Output:");
printf(1+"vikashpatel");
}//output: ikashpatel
Answer Posted / vikash ycp mumbai feb2010
//output: ikashpatel
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
If you know then define #pragma?
What are the types of operators in c?
What is masking?
How can I pad a string to a known length?
What are local variables c?
Why we use conio h in c?
What is the significance of an algorithm to C programming?
How is null defined in c?
What is logical error?
Why should I prototype a function?
What does c mean in basketball?
What type of function is main ()?
What is the difference between null pointer and wild pointer?
What is extern storage class in c?
Explain what will the preprocessor do for a program?