Answer Posted / saranya
initialize during the runtime of the program execution.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Explain how can I remove the trailing spaces from a string?
How pointers are declared?
What are the 4 types of organizational structures?
What is character set?
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
How can I generate floating-point random numbers?
Explain what is wrong with this statement? Myname = ?robin?;
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the difference between test design and test case design?
When do we get logical errors?
Why isnt any of this standardized in c?
Write the syntax and purpose of a switch statement in C.