Answer Posted / rajkumar
(a=a-(b=(a=a+b)-b));
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
Lists the benefits of c programming language?
What are called c variables?
What is a structure in c language. how to initialise a structure in c?
What is static function in c?
What are the functions to open and close file in c language?
C program to find all possible outcomes of a dice?
Explain do array subscripts always start with zero?
What are the 5 data types?
Tell me when would you use a pointer to a function?
Write a program for Overriding.
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What are lookup tables in c?
What are the 4 types of programming language?
Does free set pointer to null?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above