Answer Posted / 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 |
Post New Answer View All Answers
hi..this is kartheek..complted mca in 2009..but i dont have knowledge in programing..but to learn new language.. which one is suitable for me?is SAP or IBM mainframes is suitable for me..?if it suits how much will it costs..?pls answer...
Delta 5 weight scale not connect with oracle application what i can do?
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
can we allocate memory for interface? if no then why?
Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.
how much fee for deccan soft institute .how to block seat for sandeep sir class reply soonnnnÂ
I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
why we use abstract word in abstract window toolkit in java language.
define profiler???
Write a program to find whether a given number is prime or not.
What's the difference b/w Table & Templete in Smartform?
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?