Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can you tell whether a program was compiled using c versus c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is an operator?

0 Answers  


#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }

9 Answers   Burning Glass,


What are qualifiers?

0 Answers  


What are the 5 types of inheritance in c ++?

0 Answers  


what does exit() do?

3 Answers   Cadence,


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

0 Answers  


prog for 1st five prime numbers in 2^x - 1

0 Answers  


diff between exptected result and requirement?

0 Answers   HCL,


What is advantage of pointer in c?

0 Answers  


How do you initialize pointer variables?

0 Answers  


What are the types of assignment statements?

0 Answers  


Can a void pointer point to a function?

0 Answers  


Categories