What is the Difference between Class and Struct?
Answer Posted / purna
answer 3 is wrong.
answer 4 is absolutely corret.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Disadvantages of C language.
what is the structure pointer?
When should volatile modifier be used?
Why do we use c for the speed of light?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is the sizeof () operator?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
explain what is an endless loop?
What is an array in c?
What is null in c?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is a keyword?
What is the difference between text files and binary files?
What is the difference between scanf and fscanf?
What are the valid places to have keyword “break”?