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
Explain the use of bit fieild.
What do you mean by a local block?
What does main () mean in c?
When is a “switch” statement preferable over an “if” statement?
How can I prevent another program from modifying part of a file that I am modifying?
What is the difference between typedef struct and struct?
What is calloc() function?
What is the hardest programming language?
Explain what is the difference between functions getch() and getche()?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
How can you allocate arrays or structures bigger than 64K?
What do you mean by a sequential access file?
What are the advantages and disadvantages of c language?
how to capitalise first letter of each word in a given string?
Explain what are the advantages and disadvantages of a heap?