Answer Posted / vvvvv
C IS A PROGRAMMING LANGUAGE
| Is This Answer Correct ? | 34 Yes | 3 No |
Post New Answer View All Answers
Are local variables initialized to zero by default in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
How can I open a file so that other programs can update it at the same time?
How can you call a function, given its name as a string?
what is the diffrenet bettwen HTTP and internet protocol
When we use void main and int main?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Explain enumerated types in c language?
What is declaration and definition in c?
List some basic data types in c?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Is it better to use a macro or a function?
Tell me what are bitwise shift operators?
What is a ternary operator in c?
What is multidimensional arrays