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

Answer Posted / vignesh1988i

#include<stdio.h>
#include<conio.h>
void main()
{
int i;
if(printf("vignesh s r "))
{
i=1;
}
getch();

}

Is This Answer Correct ?    72 Yes 47 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

diff between exptected result and requirement?

1812


What are the three constants used in c?

737


How would you obtain the current time and difference between two times?

993


In C language what is a 'dangling pointer'?

835


How can you pass an array to a function by value?

835


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3532


What is the size of enum in bytes?

799


Which is an example of a structural homology?

1047


What is a lvalue

874


How to establish connection with oracle database software from c language?

1937


What is scope of variable in c?

779


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

899


Can the size of an array be declared at runtime?

815


Does * p ++ increment p or what it points to?

843


Distinguish between actual and formal arguments.

824