User Profile
Collapse
-
It's a typing mistake.Pls ignore these mistakes.I am sorry for this. -
-
So what will happen?
Will that extra value be stored in array or not?Leave a comment:
-
Thanks your suggestion is very helpful for me.
Could you pls clarify this.
Will it stores the default values or else.Leave a comment:
-
-
Array size
Hi all,
What will happen with this code.
#include<stsio. h>
void main( )
{
int arr[3];
int i;
int j=3;
for (i=0;i<=3;i++);
{
j=j+1;
arr[i]=j;
}
}
what will be the contents on the array? -
Why the control is not going into the loop?
Hi all,
I executed the following program in compiler,the control didn't go into the loop What is the reason?Your help is high li appreciable.
#include <stdio.h>
void main()
{
float x=1.1;
while(x == 1.1)
{
printf("%f\n",x );
x=x-0.1;
}
}
Pls help me.....
No activity results to display
Show More
Leave a comment: