print ur name without using any semicolon in c/c++....
Answer Posted / harendra kumar
#include<stdio.h>
void main()
{
if(printf("harru"))
{
}
}
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
how could explain about job profile
What's the total generic pointer type?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is the main difference between calloc () and malloc ()?
What are reserved words?
Explain output of printf("Hello World"-'A'+'B'); ?
How do I get an accurate error status return from system on ms-dos?
explain how do you use macro?
How can my program discover the complete pathname to the executable from which it was invoked?
Why is C language being considered a middle level language?
What is printf () in c?
Write a program to show the change in position of a cursor using c
Is null a keyword in c?
Write a code of a general series where the next element is the sum of last k terms.
What are identifiers in c?