Answer Posted / guest
c++
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the right type to use for boolean values in c?
What is the equivalent code of the following statement in WHILE LOOP format?
Is null always defined as 0(zero)?
What is scanf () in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
How to set file pointer to beginning c?
Can true be a variable name in c?
Is c call by value?
Are the variables argc and argv are always local to main?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
If the size of int data type is two bytes, what is the range of signed int data type?
What is the difference between fread buffer() and fwrite buffer()?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Does sprintf put null character?
Differentiate between full, complete & perfect binary trees.