print ur name without using any semicolon in c/c++....
Answer Posted / shubhankar sisodia
#include<stdio.h>
main()
{if(printf("shubhankar"))
}
| Is This Answer Correct ? | 10 Yes | 17 No |
Post New Answer View All Answers
What is pointer in c?
What does dm mean sexually?
When should I declare a function?
What is default value of global variable in c?
Do you have any idea how to compare array with pointer in c?
In a byte, what is the maximum decimal number that you can accommodate?
Calculate 1*2*3*____*n using recursive function??
What is difference between structure and union in c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
which is an algorithm for sorting in a growing Lexicographic order
How can you find the day of the week given the date?
Why is sizeof () an operator and not a function?
Is fortran faster than c?
What language is windows 1.0 written?
Does c have circular shift operators?