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



what will be the out put. #include<stdio.h> void main() { printf("Output:"); pr..

Answer / vikash ycp mumbai feb2010

//output: ikashpatel

Is This Answer Correct ?    10 Yes 0 No

Post New Answer

More C Interview Questions

why r u join this company? give solid resons.

16 Answers   IBM, Infosys, TCS,


1. main() { printf("%d",printf("HelloSoft")); } Output?

3 Answers   HCL,


What is an volatile variable?

15 Answers   HP,


what will happen if you free a pointer twice after allocating memory dynamically ?

3 Answers   Novell,


Explain can you assign a different address to an array tag?

0 Answers  






What the different types of arrays in c?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL

0 Answers  


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

0 Answers  


What are the advantages of c language?

0 Answers  


Can you write the function prototype, definition and mention the other requirements.

0 Answers   Adobe,


A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }

2 Answers   Wipro,


Categories