Answer Posted / softwaretester4u
work environment is good. but pls post questions for
technical related this is help to others
| Is This Answer Correct ? | 12 Yes | 26 No |
Post New Answer View All Answers
What is binary tree in c?
Do you know the purpose of 'register' keyword?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is 1d array in c?
What is double pointer?
Write the control statements in C language
What is the difference between %d and %i?
What does sizeof return c?
Why header files are used?
What are the loops in c?
What is I ++ in c programming?
What does 2n 4c mean?
What are pointers? What are stacks and queues?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Is c still relevant?