Answer Posted / mytri
hello11QUARK test?
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the two types of functions in c?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
Can main () be called recursively?
What are linked lists in c?
What is the difference between printf and scanf )?
What is calloc()?
Is c language still used?
Explain what is page thrashing?
What does %p mean c?
What does. int *x[](); means ?
Explain what is the difference between a free-standing and a hosted environment?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Explain the array representation of a binary tree in C.
Explain the use of 'auto' keyword in c programming?
What is meant by preprocessor in c?