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
what is use of malloc and calloc?
Where define directive used?
What are the advantages of external class?
What is a dynamic array in c?
Can we access array using pointer in c language?
What is indirection? How many levels of pointers can you have?
Why does everyone say not to use scanf? What should I use instead?
What does the message "automatic aggregate intialization is an ansi feature" mean?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
How is actual parameter different from the formal parameter?
Which built-in library function can be used to match a patter from the string?
How we can insert comments in a c program?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Write a c program to demonstrate character and string constants?
What is array in c with example?