What are predefined functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
What is the difference between realloc() and free()
What is sizeof in c?
Explain the use of 'auto' keyword in c programming?
What is difference between %d and %i in c?
Where static variables are stored in memory in c?
what is meant by flushll() in c programming?
Explain what is a program flowchart and explain how does it help in writing a program?
What is the purpose of scanf() and printf() functions?
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