What operator is used to access a struct through a pointer
a) >>
b) ->
c) *
No Answer is Posted For this Question
Be the First to Post Answer
How much is size of struct having 1 char & 1 integer?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds
Explain the auto storage classes in c++.
What is static class data?
Brief explaination about #include<iostream.h>, cin and cout
What is c++ and its features?
What C++ libraries are you proficient with?
What is OOPs
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is a driver program?
Is map ordered c++?