Answer Posted / guest
Mean time from submission to completion of process.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
What is array of structure in c?
How can I automatically locate a programs configuration files in the same directory as the executable?
What is difference between array and pointer in c?
What is the use of bit field?
Write a c program to demonstrate character and string constants?
Explain zero based addressing.
What is the sizeof () operator?
What are variables and it what way is it different from constants?
What is a stream?
Is boolean a datatype in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is the right way to use errno?
application attempts to perform an operation?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Explain continue keyword in c