What does a derived class inherit from a base class
a) Only the Public members of the base class
b) Only the Protected members of the base class
c) Both the Public and the Protected members of the base class
d) .c file
No Answer is Posted For this Question
Be the First to Post Answer
Can we assign string to char pointer?
What is %g in c?
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
program to find middle element of linklist?
how can i get this by using for loop? * ** * **** * ******
write a program to sort the elements in a given array in c language
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
write a program to gat the digt sum of a number (et. 15= >1+5=6)
In which area global, external variables are stored?
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,