What are keywords c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
What is structure in c explain with example?
Why we write conio h in c?
Calculate 1*2*3*____*n using recursive function??
what is a non volatile key word in c language?
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
how should functions be apportioned among source files?
What is string concatenation in c?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
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 structure?
Is there any possibility to create customized header file with c programming language?