Answer Posted / sharath
what do you think as you oppposed the answer
can you please explain it
please..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is flag a keyword in c?
what do you mean by inline function in C?
Explain what is the benefit of using #define to declare a constant?
what will be the output for the following main() { printf("hi" "hello"); }
How was c created?
Suggesting that there can be 62 seconds in a minute?
What is indirection?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
What are disadvantages of C language.
how can I convert a string to a number?
Why do we use & in c?
What is abstract data structure in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;