How can I write a function analogous to scanf?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me can the size of an array be declared at runtime?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
why we are using float in C
What is the usage of the pointer in c?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
how we can say java is platform independent, while we require JVM for that particular Operating System?
How do we declare variables in c?
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
Why use int main instead of void main?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
What is the meaning of 2d in c?
What are run-time errors?