Answer Posted / chaitaligosai
how many applicants appeared in the java programming test at
chennai in the month of febryary
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What are shell structures used for?
What is the use of void pointer and null pointer in c language?
When is a “switch” statement preferable over an “if” statement?
What is #ifdef ? What is its application?
What is conio h in c?
Why main function is special give two reasons?
What is the concatenation operator?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
write a program for the normal snake games find in most of the mobiles.
What is the best organizational structure?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
How to throw some light on the b tree?
How can you increase the allowable number of simultaneously open files?