@moonfalsh-2vwVCI
•
Oct 26, 2024
Oct 26, 2024
1.3K
Try these C aptitude
Go for these C questions and tel the answer and errors if any:
1. void main()
{
int const * p=5;
printf("%d",++(*p));
}
2. main()
{
int c[ ]={2.8,3.4,4,6.7,5};
int...