Which weighs more, a gram of feathers or a gram of gold?
Answers were Sorted based on User's Feedback
What is array in C
who invented c
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Is javascript written in c?
what is the difference between char * const and const char *?
What is period operator in c?
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
What is identifier in c?
Is there a built-in function in C that can be used for sorting data?