explain what are actual arguments?
No Answer is Posted For this Question
Be the First to Post Answer
can a union be self-referenced?
What is the main difference between calloc () and malloc ()?
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
Write a simple program to find the size of different basic data types in C.
What is local and global variable in c?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
Can 'this' pointer by used in the constructor?
Is sizeof a keyword in c?
What is the purpose of 'register' keyword in c language?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Do character constants represent numerical values?
How can I insert or delete a line (or record) in the middle of a file?