How to set file pointer to beginning c?
No Answer is Posted For this Question
Be the First to Post Answer
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
What are the advantages of using linked list for tree construction?
what is Structural oriented language? give some example of this language.....?
What is static and auto variables in c?
what is the difference between static variable and register variable?
Expand the following LKB BKL FFG
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Write a program to check prime number in c programming?
what defference between c and c++ ?
Is c easier than java?