Distinguish between actual and formal arguments.
No Answer is Posted For this Question
Be the First to Post Answer
What is the maximum length of an identifier?
What is meant by int fun const(int a, int b) { .... ... }
What are the different data types in C?
Why we use conio h in c?
How can I read in an object file and jump to locations in it?
write a program in C to swap two variables
what is data structure?
what is a function prototype?
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
How can I discover how many arguments a function was actually called with?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Which one would you prefer - a macro or a function?