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

Write a program to print numbers from 1 to 100 without using loop in c?

633


What does the error 'Null Pointer Assignment' mean and what causes this error?

737


What is %d used for?

580


What does %c do in c?

579


Lists the benefits of c programming language?

590






What is the general form of function in c?

607


What is dynamic memory allocation?

803


What is the difference between procedural and functional programming?

515


how to build a exercise findig min number of e heap with list imlemented?

1602


Why are all header files not declared in every c program?

596


Can you please explain the scope of static variables?

597


What is a ternary operator in c?

646


Why double pointer is used in c?

563


What are global variables and explain how do you declare them?

569


What does #pragma once mean?

682