Is null always defined as 0(zero)?
No Answer is Posted For this Question
Be the First to Post Answer
write a programme that inputs a number by user and gives its multiplication table.
write a program to find lcm and hcf of two numbers??
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is d scanf?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
What is strcpy() function?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
HOW TO HANDLE EXCEPTIONS IN C