What does the characters “r” and “w” mean when writing programs that will make use of files?
No Answer is Posted For this Question
Be the First to Post Answer
What is void main () in c?
the operator for exponencation is a.** b.^ c.% d.not available
What is null pointer constant?
Why is c known as a mother language?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
what is the use of call back function in c?tell me with example
What is scope and lifetime of a variable in c?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
what is the difference between %d and %*d in c languaga?
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
what is a static function
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?