Answer Posted / rajesh kumar swain
here a++/++a=5/7
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how can I remove the trailing spaces from a string?
What is difference between structure and union in c programming?
Why is c platform dependent?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
How can I recover the file name given an open stream or file descriptor?
How many main () function we can have in a project?
Not all reserved words are written in lowercase. TRUE or FALSE?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Is fortran still used in 2018?
How #define works?
What are the types of arrays in c?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What does c value mean?
Describe the order of precedence with regards to operators in C.