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...



Programming Languages Interview Questions
Questions Answers Views Company eMail

Explain function prototypes in C++.

Aricent,

1082

In C++ what is the meaning of data hiding?

Aricent,

1037

By using C language input a date into it and if it is right?

Aricent,

1099

Explain heap and queue.

Aricent,

1104

State the difference between realloc and free.

Aricent,

1113

State the difference between x3 and x[3].

Aricent,

1128

Write a program to implement queue.

Aricent,

1142

Briefly explain various access specifiers in C++.

Amdocs,

999

Define type casting in C++.

Amdocs,

1043

What are the different scope C++ provide ?

Amdocs,

1006

What is data abstraction? How is it implemented in C++?

Amdocs,

1032

Write a C++ program to print strings in reverse order.

Amdocs,

949

#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

Wilco,

1169

#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

Wilco,

1203

#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

Wilco,

1129


Un-Answered Questions { Programming Languages }

How to access session data?

739


Whether it is possible to share a single instance of a memcache between multiple php projects?

1018


How to generate pretty urls in laravel?

794


What is difference between array and structure in c?

1209


How to compare two strings with comparison operators in php?

974


Can drupal run on command line?

122


Does django work with python 3?

602


What is class and structure in c++?

1196


Can I learn c++ in a week?

1088


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

1408


What are the features of oop?

1201


How do you hide a post?

173


How to enable query log in laravel?

879


Does python have private?

866


How does normalization of huge pointer works?

1188