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



C++ Interview Questions
Questions Answers Views Company eMail

How can we read/write Structures from/to data files?

1080

How do you print a string on the printer?

1002

How are Structure passing and returning implemented by the compiler?

1077

What are register variables?

1096

Write a program to concatenate two strings.

1046

Which function should be used to free the memory allocated by calloc()?

994

Write a program which uses Command Line Arguments

1131

Write a program to find the Factorial of a number

1025

Difference between strdup and strcpy?

1152

Which bit wise operator is suitable for checking whether a particular bit is on or off?

984

Out of fgets() and gets() which function is safe to use and why?

1154

Which bit wise operator is suitable for turning off a particular bit in a number?

1075

Describe about storage allocation and scope of global, extern, static, local and register variables?

1215

Can there be at least some solution to determine the number of arguments passed to a variable argument list function?

970

How do you declare A pointer to function which receives an int pointer and returns a float pointer

1143


Un-Answered Questions { C++ }

Differentiate between an external iterator and an internal iterator?

959


What is encapsulation process?

1014


Can you inherit a private class?

1069


Why is main an int?

944


What is setw manipulator in c++?

1038


Explain the difference between struct and class in terms of access modifier.

1146


What is static class data?

1011


Advantage and disadvantage of routing in telecom sector

1260


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2241


Should a constructor be public or private?

991


Which operator cannot overload?

1002


What is a literal in c++?

1032


Differentiate between realloc() and free().

998


Explain the difference between new() and malloc() in c++?

1093


What is the error in the code below and how should it be corrected?

722