declare an array of structure where the members of the
structure are integer variable float variable integer array
char variable access all elements of the structure using dot
operator and this pointer operator
No Answer is Posted For this Question
Be the First to Post Answer
wap to accept 10 numbers & display the number of odd and even numbers??
What is flush programming?
What is java and c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Write a program using display() function which takes two arguments.
Is there a sort function in c++?
Why do we use vector in c++?
Explain the extern storage classes in c++.
What operator is used to access a struct through a pointer a) >> b) -> c) *
What will i and j equal after the code below is executed? Explain your answer.
Explain how to initialize a const member data.
What is a concrete class?