Why are algorithms important in c program?
No Answer is Posted For this Question
Be the First to Post Answer
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
What is nested structure with example?
Lists the benefits of c programming language?
What is 02d in c?
in iso what are the common technological language?
Write a program in C to reverse a number by recursive function?
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
What is scope rule in c?
Why do we need arrays in c?
How would you print out the data in a binary tree, level by level, starting at the top?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?