ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
print ur name without using any semicolon in c/c++....
 Question Submitted By :: Bharghavi
I also faced this Question!!     Rank Answer Posted By  
 
  Re: print ur name without using any semicolon in c/c++....
Answer
# 1
#include<stdio.h>
#include<conio.h>
void main()
{
int i;
if(printf("vignesh s r "))
{
i=1;
}
getch();

}
 
Is This Answer Correct ?    19 Yes 11 No
Vignesh1988i
 
  Re: print ur name without using any semicolon in c/c++....
Answer
# 2
#include<stdio.h>
{
int i;
if(printf("bill gates"))
i=1;
}
 
Is This Answer Correct ?    5 Yes 9 No
Revathi Pawar
 
 
 
  Re: print ur name without using any semicolon in c/c++....
Answer
# 3
This is the correct answer,
Question is without using semicolon,

#include<stdio.h>
int main()
 {
  if(printf("Madhu"))
    {
    }
}
 
Is This Answer Correct ?    18 Yes 4 No
Madhu
 
  Re: print ur name without using any semicolon in c/c++....
Answer
# 4
check it out........ur search is ovr.

#include<stdio.h>
void main()
{
 if(printf("bony"))
}
 
Is This Answer Correct ?    6 Yes 8 No
Bony Islam Laskar
 
  Re: print ur name without using any semicolon in c/c++....
Answer
# 5
#include<stdio.h>
#include<conio.h>
void main()
{
scanf("%s",printf("sushma"));
}
 
Is This Answer Correct ?    0 Yes 2 No
Sushma Rai
 
  Re: print ur name without using any semicolon in c/c++....
Answer
# 6
#include<stdio.h>
main()
{ while(!printf("vinay"))
{
}}
 
Is This Answer Correct ?    1 Yes 0 No
Vinay
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain  1
program to find the second largest word in a paragraph amongst all words that repeat more thn twice iGate3
write program on arrays GE2
Difference Between embedded software and soft ware? Bosch1
I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....  2
How can I allocate arrays or structures bigger than 64K?  4
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; } NDS3
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.  1
what is the definition of storage classes? Wipro2
write a program to sort the elements in a given array in c language  2
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.  1
simple c program for 12345 convert 54321 with out using string  5
The differences between Windows XP and Windows Visa HCL7
how to find turn around time in operating system?  1
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type  5
What do you mean by team??  2
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child IBM9
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)  4
Please list all the unary and binary operators in C.  1
how many error occurs in C language ? Wipro11
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com