The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder
traversal is??? please help me on this
can we change the default calling convention in c if yes than how.........?
what does keyword ‘extern’ mean in a function declaration?
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is a pointer on a pointer in c programming language?
what are bps & baud rates? differentiate these two?
What are structural members?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
Dont ansi function prototypes render lint obsolete?
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 that why C is procedural?
What is the difference between the local variable and global variable in c?