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
which operator having lowest precedence??
    a.)+        b.)++     c.)=     d.)%

 Question Submitted By :: Sivasiva
I also faced this Question!!     Rank Answer Posted By  
 
  Re: which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
Answer
# 1
c)=
 
Is This Answer Correct ?    8 Yes 0 No
Jalal
 
  Re: which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
Answer
# 2
option d)%

           as ++ is unary operator with highest precedence, 
= is assingnment operator with the next level of precedence 
and  + is an arithemetic operator with the next level of 
prececende.
 
Is This Answer Correct ?    1 Yes 2 No
Cynthia,1st B.sc.,itm
 
 
 
  Re: which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
Answer
# 3
+
 
Is This Answer Correct ?    0 Yes 2 No
Sivasiva
[Cng]
 
  Re: which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
Answer
# 4
c.)=
 
Is This Answer Correct ?    1 Yes 0 No
Amala V
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
how to make program without <> in library. ADITI1
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean? Intel4
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;  7
How to implement variable argument functions ? HP1
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; } Satyam3
Write a program to compare two strings without using the strcmp() function Accenture14
write a program for even numbers?  8
What are Storage Classes in C ? HP15
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x); HCL6
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)  4
what is the use of a array in c  4
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration HCL8
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case TCS7
How can I return multiple values from a function?  4
write a recursive program in'c'to find whether a given five digit number is a palindrome or not  1
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?  2
Program to trim a given character from a string. NetApp4
In scanf h is used for BFL2
what is the difference between entry control and exit control statement?  2
what does " calloc" do? Cadence6
 
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