What are the functions to open and close the file in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What does s c mean in text?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
If the static variable is declared as global, will it be same as extern?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
How is a structure member accessed?
Explain the bubble sort algorithm.
How can I access an I o board directly?
How can I trap or ignore keyboard interrupts like control-c?
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
write a program whose output will be- 1 12 123 1234
Find the highest of three numbers and print them using ascending orders?
Write a program to generate the Fibinocci Series