What is the best way of making my program efficient?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program for greatest of three numbers without using if statment
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
How can you be sure that a program follows the ANSI C standard?
what is pointer?
13 Answers HCL, TCS,
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
What are the salient features of c languages?
What is the difference function call by value & function call by reference?
Explain high-order and low-order bytes.
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
What is variable and explain rules to declare variable in c?
What is actual argument?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd