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
Which is best linux os?
Is there a way to compare two structure variables?
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.
What is the symbol indicated the c-preprocessor?
Describe explain how arrays can be passed to a user defined function
Explain the use of #pragma exit?
Explain what does the function toupper() do?
What does sizeof function do?
What is declaration and definition in c?
Compare and contrast compilers from interpreters.
What is the role of this pointer?
Describe dynamic data structure in c programming language?
What does c mean?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Describe the steps to insert data into a singly linked list.