How is actual parameter different from the formal parameter?
No Answer is Posted For this Question
Be the First to Post Answer
Disadvantages of C language.
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
write a program to copy the string using switch case?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
what defference between c and c++ ?
How to set file pointer to beginning c?
Why c language is called c?
What is a pointer value and address in c?
Write a program to identify if a given binary tree is balanced or not.
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Magic square