Answer Posted / aa
A
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Is null valid for pointers to functions?
What is masking?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is the function of this pointer?
program to convert a integer to string in c language'
Differentiate between a for loop and a while loop? What are it uses?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What does *p++ do?
Explain zero based addressing.
Are pointers integer?
Why #include is used in c language?
Explain the term printf() and scanf() used in c language?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is a #include preprocessor?
What is a pointer on a pointer in c programming language?