print ur name without using any semicolon in c/c++....
Answer Posted / bony islam laskar
check it out........ur search is ovr.
#include<stdio.h>
void main()
{
if(printf("bony"))
}
| Is This Answer Correct ? | 34 Yes | 34 No |
Post New Answer View All Answers
If errno contains a nonzero number, is there an error?
how could explain about job profile
What is the use of bit field?
what is reason of your company position's in india no. 1.
What is the difference between malloc() and calloc() function in c language?
The statement, int(*x[]) () what does in indicate?
What are keywords in c with examples?
How can I implement a delay, or time a users response, with sub-second resolution?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What should malloc(0) do?
Can we add pointers together?
What is the use of getch ()?
How are variables declared in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the role of this pointer?