Explain what are preprocessor directives?
No Answer is Posted For this Question
Be the First to Post Answer
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));
What is the use of ?: Operator?
What are the two types of functions in c?
What are the parts of c program?
difference between native and cross compilers
What does d mean?
how to find the largest element of array without using relational operater?
what is object oriental programing?
What is type qualifiers?
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.
code for bubble sort?
Is c compiled or interpreted?