What is extern c++?


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

Post New Answer

More C++ General Interview Questions

Implement stack operations with pointers with appropriate exception checks.

0 Answers   Huawei,


Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300”,”BullCart : 10”) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side

0 Answers   Telecom,


How a macro differs from a template?

0 Answers  


Please post the model question paper of hal?

2 Answers  


Does there exist any other function which can be used to convert an integer or a float to a string?

0 Answers  






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 Answers  


How would you implement a substr() function that extracts a sub string from a given string?

0 Answers  


What is the importance of mutable keyword?

0 Answers  


What is #include cstdlib in c++?

0 Answers  


What is set in c++?

0 Answers  


What are arrays c++?

0 Answers  


What are the advantages of using a pointer?

0 Answers  


Categories