What is the difference between pure virtual function and virtual function?
No Answer is Posted For this Question
Be the First to Post Answer
Are local variables initialized to zero by default in c?
How can I change the size of the dynamically allocated array?
What is meant by preprocessor in c?
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
State the difference between x3 and x[3].
What is wild pointer in c?
enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
What is the best way to store flag values in a program?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?