Answer Posted / arpit
void count()
{
int c=0;
for(i=a;i<=b;i++)
{
c++;
}
return(c);
}
c=b-a :...easy and best .....
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
what do you mean by inline function in C?
What is typedef?
What is putchar() function?
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
Difference between malloc() and calloc() function?
Compare interpreters and compilers.
What are the different types of control structures in programming?
What functions are used in dynamic memory allocation in c?
Which programming language is best for getting job 2020?
how could explain about job profile
#include
hi, which software companys will take,if d candidate's % is jst 55%?
what are the facialities provided by you after the selection of the student.
What are the types of bitwise operator?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?