What are the advantages of external class?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different categories of functions in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Explain pointer. What are function pointers in C?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.
Array is an lvalue or not?
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
What does == mean in texting?
find the minimum of three values inputted by the user
Differentiate between full, complete & perfect binary trees.
Write a program that his output * *** *****
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1