Answer Posted / nagulmmera
Not exit in c,method overloading supported in oop
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain why c is faster than c++?
What is volatile, register definition in C
Write the control statements in C language
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Explain how can a program be made to print the line number where an error occurs?
Explain how do you override a defined macro?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What is this pointer in c plus plus?
Where define directive used?
c program for searching a student details among 10 student details
What are the advantages of c language?
Explain how can I avoid the abort, retry, fail messages?
What is break in c?
Explain the use of #pragma exit?
How can I split up a string into whitespace-separated fields?