What is the output of the below code snippet

Advertise Here

Q:1) What is the output of the below code snippet

#include<stdio.h> main() { int a = 1; float b = 1.3; double c; c = a + b; printf("%.2lf", c); }
Answer: 
A

C Programming

This Exam will focus on basic fundamentals of C programming language. Main tops included are function knowledge, API/Library knowledge and common programming fundamentals.

Exam Group: