Why do we use namespace feature?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Does c have class?

0 Answers  


how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.

3 Answers   Google,


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

2 Answers   Cap Gemini, HCL,


What is declaration and definition in c?

0 Answers  


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

0 Answers  






program in c to print 1 to 100 without using loop

9 Answers   Wipro,


how to write a prog in c to convert decimal number into binary by using recursen function,

1 Answers  


what is the coding of display the factorial of a number using array and function?

1 Answers  


Tell me about low level programming languages.

0 Answers   Amdocs,


how do you redirect stdout value from a program to a file?

1 Answers  


What is the purpose of main() function?

0 Answers  


What math functions are available for integers? For floating point?

0 Answers  


Categories