If one class contains another class as a member, in what order are the two class constructors called
a) Constructor for the member class is called first
b) Constructor for the member class is called second
c) Only one of the constructors is called
d) all of the above
No Answer is Posted For this Question
Be the First to Post Answer
Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.
3 Answers Google, Infosys, JTL, OpenFeel,
input any 4 digit number and find the difference of all the digits?
write a c program to convert fahrenheit to celsius?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Explain what are its uses in c programming?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 Answers 91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
How can you be sure that a program follows the ANSI C standard?
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
hi any body pls give me company name interview conduct "c" language only
What is the difference between constant pointer and constant variable?