What is the benefit of using const for declaring constants?
I came across some code that puts a (void) cast before each call to printf. Why?
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
program to find a smallest number in an array
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
Find the largest number from the given 2 numbers without using any loops and the conditional operator.
what is ur strangth & weekness
0 Answers Cognizant, LG Soft, NetEnrich,
if we take a number as a char then can we manipulate(add, subtract) on this number
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 is calloc and malloc?
Why main is not a keyword in c?
How can I sort a linked list?