What is optimization in c?
No Answer is Posted For this Question
Be the First to Post Answer
plz let me know how to become a telecom protocol tester. thank you.
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
How can I discover how many arguments a function was actually called with?
What is time complexity c?
Explain how are portions of a program disabled in demo versions?
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
Write a code of a general series where the next element is the sum of last k terms.
How is a structure member accessed?
What is the diffrent between while and do while statement ?
how to use enum datatype?Please explain me?
What is double pointer in c?