What are the preprocessor categories?
No Answer is Posted For this Question
Be the First to Post Answer
What type is sizeof?
What is modifier & how many types of modifiers available in c?
Write a function to find the area of a triangle whose length of three sides is given
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
Explain the use of keyword 'register' with respect to variables.
What are the disadvantages of external storage class?
Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?
how to generate the length of a string without using len funtion?
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
What is cohesion and coupling in c?
What is the difference between macros and inline functions?