C Puzzle - 02 Get link Facebook X Pinterest Email Other Apps - April 26, 2022 What is the output of the following C program?#include <stdio.h>void main(){int a=25,b=4;printf("%d",(a%b));}OUTPUT:1% operator gives you the remainder of an integer division. Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment