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   SiteMap shows list of All Categories in this site.
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
What's a "sequence point"?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What's a "sequence point"?
Answer
# 1
The point (at the end of a full expression, or at the ||, &&,
?:, or comma operators, or just before a function call) at
which all side effects are guaranteed to be complete.
 
Is This Answer Correct ?    1 Yes 0 No
Guest
 
  Re: What's a "sequence point"?
Answer
# 2
A sequence point defines any point in a program's execution
at which it is guaranteed that all side effects of previous
evaluations will have been performed, and no side effects
from subsequent evaluations have yet been performed.
 
Is This Answer Correct ?    3 Yes 0 No
Sujith
 
 
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
what is the differance between pass by reference and pass by value. Infosys4
How can I return multiple values from a function?  4
What is alloca() and why is its use discouraged?  1
write an interactive program to generate the divisors of a given integer. TCS4
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?  1
what is use#in c  3
how to implement stack work as a queue?  2
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me  4
What is the diffences between Windows XP and Windows Visa Aricent1
Why does not use getgh(); and <conio.h> in c language. Elofic2
what is the use of call back function in c?tell me with example  1
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack  3
What is an anonymous union and where to apply that ? HP3
What compilation do? Geometric-Software7
what is diff b/w huge & far & near pointer?? HCL1
writw a program to insert an element in the begning of a doubly linked list  1
What is an volatile variable? HP12
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21 TCS4
will the program compile? int i; scanf(“%d”,i); printf(“%d”,i);  2
sir, i cannot find the way how to write aprogram by using array on queue IISIT1
 
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