print ur name without using any semicolon in c/c++....
Answer Posted / sushma rai
#include<stdio.h>
#include<conio.h>
void main()
{
scanf("%s",printf("sushma"));
}
| Is This Answer Correct ? | 5 Yes | 42 No |
Post New Answer View All Answers
Stimulate calculator using Switch-case-default statement for two numbers
Explain why C language is procedural?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Write a code to generate divisors of an integer?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Is there anything like an ifdef for typedefs?
What is the Purpose of 'extern' keyword in a function declaration?
What are the different properties of variable number of arguments?
What is volatile variable how do you declare it?
What is a 'null pointer assignment' error?
Why c language?
how to find anagram without using string functions using only loops in c programming
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is the use of header files?
What is hashing in c?