What are bitwise shift operators in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
write a “Hello World” program in “c” without using a semicolon?
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
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
What are file streams?
what is ram?
How to throw some light on the b tree?
How do you access command-line arguments?
Write a program to add a given duration with time(24hrs format)
Should a function contain a return statement if it does not return a value?
What are c header files?
c program to input values in a table(using 2D array) and print odd numbers from them