What are the standard predefined macros?
No Answer is Posted For this Question
Be the First to Post Answer
write a c programme for add of two numbers with out use of arthematic operators
What is the difference between array and pointer?
What is an example of structure?
What is return type in c?
How can I write functions that take a variable number of arguments?
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
How do you view the path?
Explain how do you override a defined macro?
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
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
How can I call a function, given its name as a string?