How can I delete a file?
No Answer is Posted For this Question
Be the First to Post Answer
Hi, main() { } Is a user defined function or Built in Functionn
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
Explain what is page thrashing?
How would you rename a function in C?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
What does c in a circle mean?
how can use subset in c program and give more example
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
What is stack in c?
When the macros gets expanded?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....