What are the 5 types of inheritance in c ++?
No Answer is Posted For this Question
Be the First to Post Answer
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
What is the difference between typedef struct and struct?
Why is #define used?
What is alloca() and why is its use discouraged?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is structure padding and packing in c?
Explain the difference between #include "..." And #include <...> In c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What are the advantages and disadvantages of pointers?
If the size of int data type is two bytes, what is the range of signed int data type?
String concatenation