Is it better to bitshift a value than to multiply by 2?
No Answer is Posted For this Question
Be the First to Post Answer
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
Dear Sir, we are required the bubble sorting programs Regs Prem
what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year
What is sizeof array in c?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
What is %d called in c?
ABCDCBA ABC CBA AB BA A A
a 'c' program to tell that the set of three coordinates lie on a same line
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 Answers Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,
What is the difference between break and continue?
write a “Hello World” program in “c” without using a semicolon?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0