What are the different properties of variable number of arguments?
No Answer is Posted For this Question
Be the First to Post Answer
c program to input values in a table(using 2D array) and print odd numbers from them
Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program
1 Answers Accenture, Concor, DMU, Satyam, Syntel, Tora,
What is the difference between typedef struct and struct?
What is the difference between local variable and global variable in c?
c programming of binary addition of two binary numbers
Why doesn't C support function overloading?
how we do lcm of two no using c simple if while or for statement
In c language can we compile a program without main() function?
plz let me know how to become a telecom protocol tester. thank you.
What are dangling pointers?
Are there constructors in c?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .