What are the advantages of external class?
No Answer is Posted For this Question
Be the First to Post Answer
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
What is the difference between array and structure in c?
Is void a keyword in c?
difference between loading and linking
in iso what are the common technological 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,
Explain output of printf("Hello World"-'A'+'B'); ?
What will be printed as the result of the operation below: #include<..> int x; int modifyvalue() { return(x+=10); } int changevalue(int x) { return(x+=1); } void main() { int x=10; x++; changevalue(x); x++; modifyvalue(); printf("First output:%d\n",x); x++; changevalue(x); printf("Second output:%d\n",x); modifyvalue(); printf("Third output:%d\n",x); }
What is register variable in c language?
what are the interview question's in the language c
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What are the difference between a free-standing and a hosted environment?