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   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C++  >>  C++ General
 
 


 

 
 STL interview questions  STL Interview Questions
 OOPS interview questions  OOPS Interview Questions
 C++ General interview questions  C++ General Interview Questions
Question
what is the diff b/n c and c++

	a. dynamic scoping
	b. nested switching
	c. declaration of variables in any code block
	d. separation of compilation and linking

 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
Answer
# 1
declaration of variables in any code block
 
Is This Answer Correct ?    0 Yes 0 No
Swetcha
[Semanticspace]
 

 
 
 
Other C++ General Interview Questions
 
  Question Asked @ Answers
 
1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v Quark3
write program for palindrome  3
How can you find the nodes with repetetive data in a linked list? Lucent1
How many bit combinations are there in a byte? Intel7
How do you link a C++ program to C functions?  2
What is problem with Runtime type identification?  1
What is the Maximum Size that an Array can hold? Satyam31
tell me about yourself ?i want answer for frehers with various exasmples? HCL2
Why preincrement operator is faster than postincrement?  3
this is to swap to strings....but in output the whole strings are swapped leaving first as it is...why it is so #include<iostream.h> int main() { char a[]="ajeet"; char b[]="singh"; long x=*a; long y=*b; cout<<x<<":"<<y; x=x+y; y=x-y; x=x-y; *a=x; *b=y; cout<<x<<":"<<y; cout<<&a<<endl; cout<<&b<<endl; }  1
What is the difference between public, private, protected inheritance? Wipro4
string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring Quark1
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster  8
Why do C++ compilers need name mangling? Lucent1
When to use Multiple Inheritance?  4
Do we have private destructors? Symphony9
What are advantages and disadvantages of Design patterns? IBM2
Can you explain the term "resource acquisition is initialization?"  1
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10]; Quark3
What is the difference between operator new and the new operator? Wipro1
 
For more C++ General Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com