What are categories used for in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by inheritance?
who developed c and why he developed c?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
What is the scope of an external variable in c?
How can you allocate arrays or structures bigger than 64K?
What is printf () in c?
Explain what standard functions are available to manipulate strings?
Write a program to print fibonacci series using recursion?
What is information technology.
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
write a program to display all prime numbers
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);