what will be the out put.
#include<stdio.h>
void main()
{
printf("Output:");
printf(1+"vikashpatel");
}//output: ikashpatel

Answer Posted / vikash ycp mumbai feb2010

//output: ikashpatel

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List some applications of c programming language?

560


What is local and global variable in c?

620


What is the use of static variable in c?

597


explain what is an endless loop?

615


What is main return c?

523






Explain the use of keyword 'register' with respect to variables.

593


What is the significance of c program algorithms?

685


What are the 4 types of unions?

613


What are logical errors and how does it differ from syntax errors?

663


Describe explain how arrays can be passed to a user defined function

607


Where define directive used?

611


Is a house a mass structure?

644


Explain what happens if you free a pointer twice?

615


Tell me what is the purpose of 'register' keyword in c language?

621


difference between object file and executable file

6101