What are the 5 types of inheritance in c ++?
No Answer is Posted For this Question
Be the First to Post Answer
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Tell me can the size of an array be declared at runtime?
what is array?
What is the difference between getch() and getche()?
what is answer for perfect number????????????????
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
Example of friendly function in c++
write a programme that inputs a number by user and gives its multiplication table.
What is macro?
How to avoid structure padding in C?
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.