<< Prev Question Next Question >>

Question 19/132

Which of the structures is incorrect?
1:
struct s1{
int x;
long int li;
};
2:
struct s2{
float f;
struct s2 *s;
};
3:
struct s3{
float f;
struct s3 s;
};

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (132q)
Question 1: Which code, inserted at line 14, generates the output "3.14 ...
Question 2: Which code, inserted at line 8, generates the output "100"? ...
Question 3: What happens when you attempt to compile and run the followi...
Question 4: Which code, inserted at line 10, generates the output "2?1"?...
Question 5: What happens when you attempt to compile and run the followi...
Question 6: What happens when you attempt to compile and run the followi...
Question 7: What happens when you attempt to compile and run the followi...
Question 8: What will the variable "y" be in class B? class A { int x; p...
Question 9: What happens when you attempt to compile and run the followi...
Question 10: What happens when you attempt to compile and run the followi...
Question 11: What happens when you attempt to compile and run the followi...
Question 12: What will happen when you attempt to compile and run the fol...
Question 13: What happens when you attempt to compile and run the followi...
Question 14: What happens when you attempt to compile and run the followi...
Question 15: What happens when you attempt to compile and run the followi...
Question 16: What happens when you attempt to compile and run the followi...
Question 17: What happens when you attempt to compile and run the followi...
Question 18: What happens when you attempt to compile and run the followi...
Question 19: Which of the structures is incorrect? 1: struct s1{ int x; l...
Question 20: What happens when you attempt to compile and run the followi...
Question 21: What happens when you attempt to compile and run the followi...
Question 22: How could you pass arguments to functions?...
Question 23: What happens when you attempt to compile and run the followi...
Question 24: What happens when you attempt to compile and run the followi...
Question 25: What is the output of the program? #include &lt;iostream&gt;...
Question 26: What happens when you attempt to compile and run the followi...
Question 27: What is the output of the program? #include &lt;iostream&gt;...
Question 28: What happens when you attempt to compile and run the followi...
Question 29: Which code, inserted at line 19, generates the output "23"? ...
Question 30: What happens when you attempt to compile and run the followi...
Question 31: What happens when you attempt to compile and run the followi...
Question 32: What happens when you attempt to compile and run the followi...
Question 33: What happens when you attempt to compile and run the followi...
Question 34: What happens when you attempt to compile and run the followi...
Question 35: What happens when you attempt to compile and run the followi...
Question 36: What happens when you attempt to compile and run the followi...
Question 37: What happens when you attempt to compile and run the followi...
Question 38: Which code, inserted at line 8, generates the output "010202...
Question 39: What is the output of the program? #include &lt;iostream&gt;...
Question 40: What happens when you attempt to compile and run the followi...
Question 41: What will happen when you attempt to compile and run the fol...
Question 42: What happens when you attempt to compile and run the followi...
Question 43: What happens when you attempt to compile and run the followi...
Question 44: What happens when you attempt to compile and run the followi...
Question 45: What happens when you attempt to compile and run the followi...
Question 46: Which of the following can be checked in a switch?case state...
Question 47: What happens when you attempt to compile and run the followi...
Question 48: Which of the following statements are correct about an array...
Question 49: What happens when you attempt to compile and run the followi...
Question 50: What is the output of the program? #include &lt;iostream&gt;...
Question 51: What happens if characters 'w', 'o', 'r', 'l' and 'd' are en...
Question 52: What happens when you attempt to compile and run the followi...
Question 53: What happens when you attempt to compile and run the followi...
Question 54: What will be the output of the program? #include &lt;iostrea...
Question 55: What happens when you attempt to compile and run the followi...
Question 56: Which definitions are correct?
Question 57: What is the output of the program? #include &lt;iostream&gt;...
Question 58: What happens when you attempt to compile and run the followi...
Question 59: What will the variable "age" be in class B? class A { int x;...
Question 60: What happens if you try to compile and run this program? #in...
Question 61: Given: #include &lt;iostream&gt; #include &lt;exception&gt; ...
Question 62: What happens when you attempt to compile and run the followi...
Question 63: What happens when you attempt to compile and run the followi...
Question 64: What happens when you attempt to compile and run the followi...
Question 65: What happens when you attempt to compile and run the followi...
Question 66: What happens when you attempt to compile and run the followi...
Question 67: If there is one, point out an error in the program #include ...
Question 68: What happens when you attempt to compile and run the followi...
Question 69: What happens when you attempt to compile and run the followi...
Question 70: What happens when you attempt to compile and run the followi...
Question 71: What happens when you attempt to compile and run the followi...
Question 72: What happens when you attempt to compile and run the followi...
Question 73: What is the output of the program if characters 'h', 'e', 'l...
Question 74: What happens when you attempt to compile and run the followi...
Question 75: What is the output of the program? #include &lt;iostream&gt;...
Question 76: What happens when you attempt to compile and run the followi...
Question 77: What happens when you attempt to compile and run the followi...
Question 78: What happens when you attempt to compile and run the followi...
Question 79: What will happen when you attempt to compile and run the fol...
Question 80: What happens when you attempt to compile and run the followi...
Question 81: What is the output of the program given below? #include &lt;...
Question 82: What happens when you attempt to compile and run the followi...
Question 83: What happens when you attempt to compile and run the followi...
Question 84: What happens when you attempt to compile and run the followi...
Question 85: What happens when you attempt to compile and run the followi...
Question 86: What is the output of the program given below? #include &lt;...
Question 87: What happens when you attempt to compile and run the followi...
Question 88: What happens when you attempt to compile and run the followi...
Question 89: What happens when you attempt to compile and run the followi...
Question 90: What is the output of the program if character 2 is supplied...
Question 91: What happens when you attempt to compile and run the followi...
Question 92: Which code, inserted at line 5, generates the output "ABC"? ...
Question 93: What happens when you attempt to compile and run the followi...
Question 94: What happens when you attempt to compile and run the followi...
Question 95: What happens when you attempt to compile and run the followi...
Question 96: What happens when you attempt to compile and run the followi...
Question 97: What will the variable "age" be in class B? class A { int x;...
Question 98: What happens when you attempt to compile and run the followi...
Question 99: What happens when you attempt to compile and run the followi...
Question 100: Which of the following is a correct way to define the functi...
Question 101: What is the output of the program given below? #include &lt;...
Question 102: What is the output of the program? #include &lt;iostream&gt;...
Question 103: What is the output of the program? #include &lt;iostream&gt;...
Question 104: What happens when you attempt to compile and run the followi...
Question 105: Which code, inserted at line 15, generates the output "5 Bob...
Question 106: What happens when you attempt to compile and run the followi...
Question 107: What happens when you attempt to compile and run the followi...
Question 108: What happens when you attempt to compile and run the followi...
Question 109: What happens when you attempt to compile and run the followi...
Question 110: Which of the following is a logical operator?...
Question 111: What happens when you attempt to compile and run the followi...
Question 112: What happens when you attempt to compile and run the followi...
Question 113: What happens when you attempt to compile and run the followi...
Question 114: What happens when you attempt to compile and run the followi...
Question 115: What happens when you attempt to compile and run the followi...
Question 116: What is the output of the program? #include &lt;iostream&gt;...
Question 117: What happens when you attempt to compile and run the followi...
Question 118: What happens when you attempt to compile and run the followi...
Question 119: What is the output of the program? #include &lt;iostream&gt;...
Question 120: What is the output of the program if character "1" is suppli...
Question 121: What happens when you attempt to compile and run the followi...
Question 122: What happens when you attempt to compile and run the followi...
Question 123: What will variable "y" be in class B? class A { int x; prote...
Question 124: What will be the output of the program? #include &lt;iostrea...
Question 125: What happens when you attempt to compile and run the followi...
Question 126: What happens when you attempt to compile and run the followi...
Question 127: What is the output of the program? #include &lt;iostream&gt;...
Question 128: What happens when you attempt to compile and run the followi...
Question 129: What will be the output of the program? #include &lt;iostrea...
Question 130: What happens when you attempt to compile and run the followi...
Question 131: What happens when you attempt to compile and run the followi...
Question 132: What happens when you attempt to compile and run the followi...