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
What is C language Terminator?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is C language Terminator?
Answer
# 1
semicolon(;)
 
Is This Answer Correct ?    9 Yes 0 No
Vandana
 
  Re: What is C language Terminator?
Answer
# 2
semicolon(;)
 
Is This Answer Correct ?    5 Yes 0 No
Karthik
 
 
 
  Re: What is C language Terminator?
Answer
# 3
i think it is semicolon(;).
 
Is This Answer Correct ?    5 Yes 0 No
Manishknp2005
[Oist]
 
  Re: What is C language Terminator?
Answer
# 4
semicolon(;)
 
Is This Answer Correct ?    3 Yes 0 No
Chakriyadav
 
  Re: What is C language Terminator?
Answer
# 5
ya its semocolon (;)
 
Is This Answer Correct ?    2 Yes 1 No
Sweta
 
  Re: What is C language Terminator?
Answer
# 6
Actually (;) is the sentence terminater in C.So it is also 
C terminater
 
Is This Answer Correct ?    1 Yes 0 No
Sahadev
[Satyam Computers]
 
  Re: What is C language Terminator?
Answer
# 7
C language terminator is the closing brace ( } ) of the 
main program
 
Is This Answer Correct ?    1 Yes 1 No
Guest
 
  Re: What is C language Terminator?
Answer
# 8
Ya,it is } of main function
 
Is This Answer Correct ?    0 Yes 3 No
Jaya Prakash
 
  Re: What is C language Terminator?
Answer
# 9
The C language terminator is... C++

Faced with an ill-defined question, work with the
interviewer to re-state it precisely in the accepted
terminology of the field.
 
Is This Answer Correct ?    0 Yes 2 No
Bryan Olson
 
  Re: What is C language Terminator?
Answer
# 10
semicolon(;)
 
Is This Answer Correct ?    1 Yes 0 No
Maskfriend
 
  Re: What is C language Terminator?
Answer
# 11
After finishing a line we r using semicoln(;) at last to 
terminate the sentencs.But remember semicolon is not using 
in condition statement.
 
Is This Answer Correct ?    1 Yes 0 No
Nayanprakash
 
  Re: What is C language Terminator?
Answer
# 12
Line terminator is ;(semicolon)
c longuage terminator is } (last bracket of main)
 
Is This Answer Correct ?    4 Yes 1 No
Rajendra
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3  3
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 } Wipro4
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT IBM1
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321  2
Determine if a number is a power of 2 at O(1).  1
totally how much header files r in c language TCS4
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why? TCS4
Toggle nth bit in a given integer - num Qualcomm2
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?  1
How can I return multiple values from a function?  4
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?  1
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort  5
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes HCL11
why i join syntel? Syntel12
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.  6
what is object oriental programing?  1
hi how to convert program from notepad to turboc editor can u please help me  1
How to write a program for swapping two strings without using 3rd variable and without using string functions. iGate5
what is the difference between declaration and definition of a variable or function ?  2
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed? Google5
 
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