What is the difference between scanf and fscanf?
No Answer is Posted For this Question
Be the First to Post Answer
Why is c used in embedded systems?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
What is period operator in c?
Why can arithmetic operations not be performed on void pointers?
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
What is formal argument?
what are the general concepts of c and c++
Write a program to reverse a linked list in c.
Write a program with dynamically allocation of variable.
What is difference between function overloading and operator overloading?
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?