How will you write a code for accessing the length of an array without assigning it to another variable?
No Answer is Posted For this Question
Be the First to Post Answer
c program to manipulate x=1+3+5+...+n using recursion
consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is
What is the mean of function?
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
What are register variables? What are the advantage of using register variables?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
why effort estimation is important?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the use of getchar() function?
How do you print only part of a string?
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,
which header file contains main() function in c?
17 Answers Google, HCL, TCS,