What will be the result of following two expressions if i=10 initially?
(.i.) ++l <=10
(.ii.) l++<=10
Answers
Answered by
0
Explanation:
#include<stdio.h>
#include <stdio.h>
main()
{
Similar questions