What is the difference between fread and fwrite function?
No Answer is Posted For this Question
Be the First to Post Answer
Which sorting algorithm is the best?
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
What is pass by reference in c?
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
what is pointer
Can you subtract pointers from each other? Why would you?
what is the use of operator ^ in C ? and how it works?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }