What is difference between function overloading and operator overloading?
No Answer is Posted For this Question
Be the First to Post Answer
to convert a string without using decrement operater and string functions
What is the meaning of 2d in c?
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
What functions are used for dynamic memory allocation in c language?
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
What is page thrashing?
What is the difference between the local variable and global variable in c?
Explain how do you print only part of a string?
What does 3 mean in texting?
What is diffrance between declaration and defination of a variable or function
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?