What is the use of function overloading in C?
How do you search data in a data file using random access method?
Program to find largest of three numbers without using comparsion operator?
Who invented b language?
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
What is the code for 3 questions and answer check in VisualBasic.Net?
write a program to find lcm and hcf of two numbers??
How do you override a defined macro?
What is the difference between a function and a method in c?
How many bytes is a struct in c?
write a program to display the array elements in reverse order in c language
write a progam to compare the string using switch case?
Between macros and functions,which is better to use and why?