print ur name without using any semicolon in c/c++....
Answers were Sorted based on User's Feedback
Answer / sushma rai
#include<stdio.h>
#include<conio.h>
void main()
{
scanf("%s",printf("sushma"));
}
| Is This Answer Correct ? | 5 Yes | 42 No |
Explain the meaning of keyword 'extern' in a function declaration.
What is infinite loop?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
What will be your course of action for a push operation?
Can a variable be both static and volatile in c?
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
what is C?
c program to manipulate x=1+3+5+...+n using recursion
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
Explain how can you be sure that a program follows the ansi c standard?
Is c# a good language?
write a c program to find largest of three numbers using simple if only for one time.