Under what circumstances does a name clash occur?
No Answer is Posted For this Question
Be the First to Post Answer
Can stdout be forced to print somewhere other than the screen?
What is the difference between File pointer and Internal Charecter Pointer?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is auto keyword in c?
How can this be legal c?
Which of these functions is safer to use : fgets(), gets()? Why?
What is use of #include in c?
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
what are non standard function in c
What are bitwise shift operators in c programming?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
What are pointers? What are stacks and queues?