When a c file is executed there are many files that are automatically opened what are they files?
No Answer is Posted For this Question
Be the First to Post Answer
What is a program flowchart and explain how does it help in writing a program?
what is disadvantage of pointer in C
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
0 Answers Sikkim Manipal University,
Whats s or c mean?
What is the difference between constant pointer and constant variable?
what are the 10 different models of writing an addition program in C language?
What are the concepts introduced in OOPs?
What are macros in C?
What is the purpose of 'register' keyword in c language?
How do you view the path?
Why enum is used in c?
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?