what is the difference between <stdio.h>and "stdio.h"?
Answer Posted / pramod
<stdio.h> -----search in standard path defined in PATH variable
"stdio.h" -----search in current directory then in standard
PATH
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Templates mean
Why is polymorphism important in oop?
What is a class in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
How do you define a class in oop?
What is stream in oop?
what are the ways in which a constructors can be called?
Explain the advantages of inheritance.
What is an advantage of polymorphism?
What is the real time example of inheritance?
What is abstraction and encapsulation?
write a program to find 2^n+1 ?
How is class defined?
What is encapsulation and abstraction? How are they implemented in C++?