What is the purpose of ftell?
No Answer is Posted For this Question
Be the First to Post Answer
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
given post order,in order construct the corresponding binary tree
what is the associativity of bitwise OR operator?
c program to subtract between two numbers without using '-' sign and subtract function.
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
What is storage class?
What is d'n in c?
What is difference between && and & in c?
What is an expression?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10