Are there constructors in c?
No Answer is Posted For this Question
Be the First to Post Answer
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
c program to manipulate x=1!+2!+3!+...+n! using recursion
What is boolean in c?
A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A
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
Explain what is a 'locale'?
Implement bit Array in C.
Define and explain about ! Operator?
. Explain the differences between fork() and exec() in C
How can I recover the file name given an open stream?
whether itis a structured language?