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?
difference between object file and executable file
write a program to remove occurrences the word from entered text?
Write a program to find the biggest number of three numbers in c?
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
Write a program to print all permutations of a given string.
Explain what are binary trees?
What are static variables, and where are they stored?
int *a[5] refers to
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
what are non standard function in c
What is zero based addressing?