Answer Posted / ankith.v
we need to follow Syntax
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Why string is used in c?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
I came across some code that puts a (void) cast before each call to printf. Why?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
How does normalization of huge pointer works?
What are the complete rules for header file searching?
write a program for the normal snake games find in most of the mobiles.
Tell me when is a void pointer used?
What is extern variable in c with example?
Do you know the difference between malloc() and calloc() function?
What is the difference between test design and test case design?
Why is c still so popular?
How can you tell whether two strings are the same?
What does %d do?