print ur name without using any semicolon in c/c++....

Answers were Sorted based on User's Feedback



print ur name without using any semicolon in c/c++......

Answer / 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

More C Interview Questions

how to convert an char array to decimal array

4 Answers  


I have a varargs function which accepts a float parameter?

0 Answers  


write a program in c to print **** * * * * ****

1 Answers   TCS,


What are the different types of control structures in programming?

0 Answers  


Explain what is wrong in this statement?

0 Answers  






What is the diffences between Windows XP and Windows Visa

1 Answers   Aricent, FHF,


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

0 Answers  


Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.

1 Answers  


write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?

3 Answers   Oracle,


Why is c not oop?

0 Answers  


Is it better to use a macro or a function?

0 Answers  


How can I set an array's size at run time?

9 Answers  


Categories