What is the use of function overloading in C?
No Answer is Posted For this Question
Be the First to Post Answer
How can I use a preprocessorif expression to ?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What are 3 types of structures?
what is the difference between exit() and _exit() functions?
what is a static function
When was c language developed?
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
Explain how can I write functions that take a variable number of arguments?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
Explain how can you determine the size of an allocated portion of memory?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......