Answer Posted / maryam
q1 yes q2 yes q3 yes q4 no q5 no q6 yes q7 no q8 no q9 no q10 no
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When is a null pointer used?
What is main () in c language?
What are variables and it what way is it different from constants?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Tell me with an example the self-referential structure?
Why static variable is used in c?
What is the difference between array and pointer in c?
How do you override a defined macro?
What is function prototype in c language?
What is the 'named constructor idiom'?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
the question is that what you have been doing all these periods (one year gap)
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What are directives in c?
What is equivalent to ++i+++j?