How main function is called in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
with out using main how to execute the program?
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
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,
Dear Sir, we are required the bubble sorting programs Regs Prem
What is difference between stdio h and conio h?
write a program to sort the elements in a given array in c language
Give me basis knowledge of c , c++...
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What is unsigned int in c?
What is use of bit field?