Answer Posted / karthik
semicolon(;)
| Is This Answer Correct ? | 27 Yes | 2 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
Do you know the use of 'auto' keyword?
What do you know about the use of bit field?
Explain what are run-time errors?
What does the c preprocessor do?
Why cant I open a file by its explicit path?
When can a far pointer be used?
What are unions in c?
What is structure in c explain with example?
Can a file other than a .h file be included with #include?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
c program for searching a student details among 10 student details
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is a node in c?
What is c token?