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
Does c have class?
differentiate built-in functions and user – defined functions.
How do you use a pointer to a function?
What is "Hungarian Notation"?
Differentiate fundamental data types and derived data types in C.
Why is %d used in c?
What is the difference between procedural and declarative language?
What is the difference between struct and union in C?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
if p is a string contained in a string?
Why can’t we compare structures?
How can I get back to the interactive keyboard if stdin is redirected?
Why #include is used in c language?
How can I find the modification date of a file?
How are variables declared in c?