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                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
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
identify the in correct expression
   a.a=b=3=4;
   b.a=b=c=d=0;
   float a=int b=3.5;
   d.int a;
     float b;
     a=b=3.5;
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
Answer
# 1
a u cannot have a constant at the left side of assignment 
operator
 
Is This Answer Correct ?    0 Yes 0 No
Guest
 
  Re: identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
Answer
# 2
b
 
Is This Answer Correct ?    0 Yes 0 No
Mohmedali
 
 
 
  Re: identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
Answer
# 3
a. a=b=3=4;
 
Is This Answer Correct ?    1 Yes 0 No
Mohmedali
 
  Re: identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
Answer
# 4
float a=int b=3.5;
 
Is This Answer Correct ?    0 Yes 1 No
Viji
 
  Re: identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
Answer
# 5
a is error because
a=b=3=4;
in this 3=4;
is wrong
 
Is This Answer Correct ?    1 Yes 0 No
Valli
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ? NIIT1
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised  2
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES??? NSN1
1 232 34543 4567654 can anyone tell me how to slove this c question  3
create an SINGLE LINKED LISTS and reverse the data in the lists completely  3
main is a predefined or user define function if user defined why? if predefined whay? TCS2
which one low Priority in c? a)=,b)++,c)==,d)+  8
difference between my-strcpy and strcpy ? Geometric-Software3
how can i get this by using for loop? * ** * **** * ****** Excel3
what are brk, sbrk? Oracle1
given the piece of code int 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) TCS5
What is macro? IBM4
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?  4
why division operator not work in case of float constant?  1
WHY DO WE USE A TERMINATOR IN C LANGUAGE?  2
How many ways are there to swap two numbers without using temporary variable? Give the each logic.  6
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that? Excel2
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********  2
How to reverse a string using a recursive function, without swapping or using an extra memory? Motorola18
write a program to compare 2 numbers without using logical operators? IBM1
 
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