Answer Posted / xyz
there is no limit......what
about.....lvalue&rvalue...headerfile...fatal eroor.....in
fatal error there re so many error...i think there is no
cunt on this
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I round numbers?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is calloc malloc realloc in c?
What is #line in c?
What is the benefit of using const for declaring constants?
Do you know what are bitwise shift operators in c programming?
Disadvantages of C language.
Describe static function with its usage?
Can a variable be both constant and volatile?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Apart from dennis ritchie who the other person who contributed in design of c language.
What are the types of data files?
Can two or more operators such as and be combined in a single line of program code?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
I need a sort of an approximate strcmp routine?