C Programming and Technical Programming Output

int main()
{
int x=0xffff;
x=x<

Read Solution (Total 2)

C Other Question


1. Print a square using ‘*’(star) symbols. Input is the number of stars per side of the square. For example if I give 4 as input then output should be

****
* *
* *
****
which is the wrong integer array initialisation?
1.(iarr+2)
2.arr[2]
3.(2+iarr)
4.none