GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  TCS  >  C
Go To First  |  Previous Question  |  Next Question 
 C  |  Question 30 of 87    Print  
identify the incorrect one
1.if(c=1)
2.if(c!=3)
3.if(a<b)then
4.if(c==1)
a.1 only
b.1&3
c.3 only
d.all
A



  
Total Answers and Comments: 1 Last Update: February 10, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
February 10, 2006 17:17:12   
laxmikanth        

RE: identify the incorrect one1.if(c=1)2.if(c!...
the incorrect ans is if()then ie option 3 bcos there is no then keyword in c language
 
Is this answer useful? Yes | No

 Related Questions

Which of the following about the C comments is incorrect ?a.commentscan go over multiple linesb.comments can start any where in the linec.a line can contain comments with out any language statementsd.comments can occur within comments

Given the piece of codeint a[50];int *pa;pa=a;to access the 6th element of the array which of the following is incorrect?a.*(a+5)b.a[5]c.pa[5]d.*(*pa + 5)

Regarding the scope of the varibles;identify the incorrect statement:a.automatic variables are automatically initialised to 0b.static variables are are automatically initialised to 0c.the address of a register variable is not accessiabled.static variables cannot be initialised with any expression

What is incorrect among teh followingA recursive functiiona.calls itselfb.is equivalent to a loopc.has a termination condd.does not have a return value at all

Latest Answer : the incorrect ans is if()then ie,option 3 bcos there is no then  keyword in c language ...

Which of the following statements is incorrecta.typedef struct new{int n1;char n2;} DATA;b.typedef struct {int n3;char *n4; }ICE;c.typedef union {int n5;float n6;} UDT;d.#typedef union {int n7;float n8;} TUDAT;

Which of the following about the C comments is incorrect?A. Comments can go over multiple linesB. Comments can start any where in the lineC. A line can contain comments with out any language statementsD. Comments can occur within comments

Given the piece of codeint a[50];int *pa;pa=a;To access the 6th element of the array which of the following is incorrect?A. *(a+5)B. a[5]C. pa[5]D. *(*pa + 5}

Identify the in correct expressionA. a=b=3=4B. a=b=c=d=0C. float a=int b= 3.5D. int a; floatb; a=b=3.5;

Regarding the scope of the variables. Identify the incorrect statement:A. automatic variables are automatically initialized to 0B. static variables are automatically initialized to 0C. the address of a register variable is not accessibleD. static variables cannot be initialized with any expression


 Sponsored Links

 
Related Articles

How to Identify Scam Jobs

Scams happen everywhere and they often target people who are not aware of the latest types of scams. As a fresh graduate you could end up being scammed. Not only you will waste your efforts in something not profitable but you will be losing money as well. You should be aware of the many scenarios wh
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape