How to find the aerry size
Answer / vijith
#include <stdio.h>
int ArraySize(int array[])
{
int i = 0;
while(array[i] != NULL) i++;
return i;
}
int main(void)
{
int count;
int intarray[10];
for(count = 0;count<=10; ++count)
{
intarray[count] = count;
}
printf("\nintegers in intarray[10] == %d\n",
ArraySize(intarray) );
return 0;
}
Is This Answer Correct ? | 4 Yes | 1 No |
hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.
how to hide prompts
how to convert infix expression to prefix expression?
What are the limitation in using querystring in .net?
Write a Pseudo Code to find the angle between two hands of a clock for a given time.
how pseudo column works?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
1.What is difference between symget and & in sas? 2.what is difference between callsymput and %let?
Tips for blog integration by www.esteemwebsolutions.com. Can Any body suggest me to how to make wonderful questions on web integration..