Describe the header file and its usage in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
program to convert a integer to string in c language'
Can we declare variable anywhere in c?
a=5 a=a++/++a
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 meant by flushll() in c programming?
Is an array parameter is always "by reference" ?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
How many types of functions are there in c?
How to implement variable argument functions ?
What is clrscr in c?
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.