What are file streams?
No Answer is Posted For this Question
Be the First to Post Answer
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What are linked lists in c?
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
Describe newline escape sequence with a sample program?
How can a process change an environment variable in its caller?
how to find sum of 5 digits in C?
Explain what is a pragma?
Why is c called "mother" language?
What is a nested formula?
What are the various types of control structures in programming?
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
Describe dynamic data structure in c programming language?