Answer Posted / glibwaresoftsolutions
The Object-Oriented Programming System, or OOPs for short, is a paradigm that offers ideas like inheritance, classes, and objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is wild pointer in c?
What is typedef struct in c?
What are the types of c language?
Explain how can I avoid the abort, retry, fail messages?
what is bit rate & baud rate? plz give wave forms
Explain what is a static function?
Explain what is a 'locale'?
What is a rvalue?
Can you explain the four storage classes in C?
What is the benefit of using #define to declare a constant?
Explain the use of 'auto' keyword
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What does 4d mean in c?