explain what are actual arguments?
No Answer is Posted For this Question
Be the First to Post Answer
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
Which header file should you include if you are to develop a function which can accept variable number of arguments?
where are auto variables stored? What are the characteristics of an auto variable?
can we define a function in structure?
What is a newline escape sequence?
Can you mix old-style and new-style function syntax?
How do you list files in a directory?
Write a program to find given number is even or odd without using any control statement.
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is the best style for code layout in c?