What are the 4 types of functions?
No Answer is Posted For this Question
Be the First to Post Answer
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is hungarian notation? Is it worthwhile?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What are local static variables? How can you use them?
WHAT IS ABSTRACT DATA TYPE
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
What is bubble sort in c?
Explain the difference between structs and unions in c?
Give the Output : * * * * * * * * * *
What is structure in c language?
. Write a program to get a string and to convert the 1st letter of it to uppercase