Why do we use namespace feature?
No Answer is Posted For this Question
Be the First to Post Answer
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
how should functions be apportioned among source files?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
Why do we use static in c?
to find the closest pair
what are bitwise shift operators?
Is it acceptable to declare/define a variable in a c header?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
How to compare array with pointer in c?
Does c have class?
What are qualifiers?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;