What is an auto variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is the ANSI C Standard?
What is encapsulation?
How can I do peek and poke in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is the data segment that is followed by c?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
What is echo in c programming?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
read a number & print all its devisors using c-program?