print ur name without using any semicolon in c/c++....
Answer Posted / sri lakshmi
#include<stdio.h>
void main()
{
if(printf("lakshmi"))
{
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the significance of c program algorithms?
Is it better to use malloc() or calloc()?
What is array of pointers to string?
What is the difference between array and pointer in c?
Why is struct padding needed?
Explain how can you restore a redirected standard stream?
What is the purpose of 'register' keyword?
Explain the use of 'auto' keyword
Explain the advantages and disadvantages of macros.
Why is c faster?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Write a program to print numbers from 1 to 100 without using loop in c?
What are the features of the c language?
Is javascript based on c?
how many errors in c explain deply