What is the use of function overloading in C?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of sizeof () in c?
How do I access command-line arguments?
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
what do u mean by Direct access files? then can u explain about Direct Access Files?
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
why we are using float in C
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is dynamic memory allocation?
What is the ANSI C Standard?
print out of string in this format; 1. "rajesh" 2. \n 3. %d
What are bit fields? What is their use?
pgm to find middle element of linklist(in efficent manner)