What is the use of function overloading in C?
No Answer is Posted For this Question
Be the First to Post Answer
#define d 10+10 main() { printf("%d",d*d); }
what is the output of printf("%d",(scanf("%d",10));
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is the difference between text files and binary files?
Write a C program to find the smallest of three integers, without using any of the comparision operators.
Explain what are the __date__ and __time__ preprocessor commands?
What's the right way to use errno?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Compare array data type to pointer data type
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Is boolean a datatype in c?