How to set file pointer to beginning c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā%d\nā,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
Is null equal to 0 in sql?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
Can anyone tell what is stack overflow? what precaution we should take?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What is a program flowchart and explain how does it help in writing a program?
Wt are the Buses in C Language
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
Explain built-in function?