What are the similarities between c and c++?
No Answer is Posted For this Question
Be the First to Post Answer
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
How is pointer initialized in c?
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
Write a program to show the workingof auto variable.
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Explain what does a function declared as pascal do differently?
How do I use strcmp?
What are qualifiers?
What language is c written?
How to find the usage of memory in a c program
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value