Explain what does a function declared as pascal do differently?
No Answer is Posted For this Question
Be the First to Post Answer
What is a function in c?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
What is an anonymous union and where to apply that ?
Give differences between - new and malloc() , delete and free() ?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
What is pointers in c?
What is the basic structure of c?
Why c is called procedure oriented language?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
write a program to print infinte number