How can I write a function analogous to scanf?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
What is a class?
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
Why is c called c not d or e?
please give me some tips for the selection in TCS.
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
How does variable declaration affect memory?
What is the proper way of these job Tell me about there full work
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Why is c called a mid-level programming language?
Is that possible to store 32768 in an int data type variable?
totally how much header files r in c language