print ur name without using any semicolon in c/c++....
Answer Posted / vinay
#include<stdio.h>
main()
{ while(!printf("vinay"))
{
}}
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
What are header files and explain what are its uses in c programming?
What is a string?
Which built-in library function can be used to match a patter from the string?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Are the variables argc and argv are always local to main?
How does selection sort work in c?
What is a rvalue?
Compare array data type to pointer data type
What are pointers really good for, anyway?
What are the valid places to have keyword “break”?
What is the general form of a C program?
What is the role of this pointer?
How can I determine whether a machines byte order is big-endian or little-endian?
What does a pointer variable always consist of?
Why isn't any of this standardized in c? Any real program has to do some of these things.