WHO WROTE C LANGUAGE?
Answers were Sorted based on User's Feedback
How do you print an address?
What is difference between structure and union in c programming?
What is the difference between void main and main in c?
what is default constructor?
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
what will be maximum number of comparisons when number of elements are given?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
question-how to run a c programme.
What is the process of writing the null pointer?
How to get string length of given string in c?
What is key word in c language?
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?