Answer Posted / niranjan
array is collection of similar types data which always
starts from o
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
Using which language Test cases are added in .ptu file of RTRT unit testing???
Who invented b language?
Explain About fork()?
How do you view the path?
What is the return type of sizeof?
What is difference between && and & in c?
Explain how can you determine the size of an allocated portion of memory?
Should a function contain a return statement if it does not return a value?
What is unary operator?
In a header file whether functions are declared or defined?
How can I open files mentioned on the command line, and parse option flags?
What is enumerated data type in c?
Difference between linking and loading?
simple program of graphics and their output display