Answer Posted / guest
c++
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does %c do in c?
What is a function in c?
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 construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What are the 4 types of organizational structures?
What are the advantages of using Unions?
What is a wrapper function in c?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Can you write the algorithm for Queue?
Does c have an equivalent to pascals with statement?
write a program to generate address labels using structures?
How can I open files mentioned on the command line, and parse option flags?
Whats s or c mean?
What are the difference between a free-standing and a hosted environment?
What are lookup tables in c?