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 (1058)  C++ (610)  Delphi (508)  Programming-Languages-AllOther (342)
 


 

Back to Questions Page
 
Question
wt is d full form of c
Rank Answer Posted By  
 Question Submitted By :: Satya.babi
This Interview Question Asked @   Wipro
I also faced this Question!!   © ALL Interview .com
Answer
computing language
 
0
Satya.babi
 
 
Question
What is volatile in c language?
Rank Answer Posted By  
 Question Submitted By :: Dhakar123
This Interview Question Asked @   HCL
I also faced this Question!!   © ALL Interview .com
Answer
compiler should not make any assumption about the variable 
which declared as volatile.
 
0
Venkata Mahesh
 
 
Question
what is available in C language but not in C++?
Rank Answer Posted By  
 Question Submitted By :: Maayasweety
I also faced this Question!!   © ALL Interview .com
Answer
In c u can create variable with name new and delete but not
in c++.
 
0
Mukhtar
 
 
 
Question
what is self refrential structure
Rank Answer Posted By  
 Question Submitted By :: Alok.chauhan9
This Interview Question Asked @   HCL
I also faced this Question!!   © ALL Interview .com
Answer
if a structure tag is a datatype of a variable or data
member then it is known as a self referential structure.


for ex
template <class t>

  struct node
   { 
    t data;
    node *link;//here link is a variable which contains data
type of structuretag ie node
    }
 
0
Silpa
 
 
Answer
whenever a structure is been pointed by the same structure
pointer which is the member of the same structure is called
as self referential structure....


thank u
 
0
Vignesh1988i
 
 
Question
write a program to compare 2 numbers without using logical
operators?
Rank Answer Posted By  
 Question Submitted By :: Maddy143
This Interview Question Asked @   IBM
I also faced this Question!!   © ALL Interview .com
Answer
main()
{
int x,y;
sf("%d,%d",&x,&y);
if(x^y)
pf("not equal");
else
pf("equal");
}
 
0
Bashu
 
 
Question
what is the definition of storage classes?
Rank Answer Posted By  
 Question Submitted By :: Nirmal
This Interview Question Asked @   Wipro
I also faced this Question!!   © ALL Interview .com
Answer
at the level of the language as a storage class persistence 
is defined on ... A program written in C is passed through 
a precompilation phase in which the statements related to 
persistence are converted into their corresponding storage 
system calls.
 
0
Venkata Mahesh
 
 
 
Back to Questions Page
 
 
 
 
 
   
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