Why is c called a mid-level programming language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between %d and %*d in C
WHO WROTE C LANGUAGE?
what is the difference between NULL('\0') and 0?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What are the various topologies? Which one is the most secure?
Explain how do you use a pointer to a function?
What are local variables c?
Can 'this' pointer by used in the constructor?
Why is C language being considered a middle level language?
Can a pointer be volatile in c?