Class 6 Exam  >  Class 6 Tests  >  C Programming for Beginners  >  Test: C Math Functions - Class 6 MCQ

Test: C Math Functions - Class 6 MCQ


Test Description

10 Questions MCQ Test C Programming for Beginners - Test: C Math Functions

Test: C Math Functions for Class 6 2024 is part of C Programming for Beginners preparation. The Test: C Math Functions questions and answers have been prepared according to the Class 6 exam syllabus.The Test: C Math Functions MCQs are made for Class 6 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: C Math Functions below.
Solutions of Test: C Math Functions questions in English are available as part of our C Programming for Beginners for Class 6 & Test: C Math Functions solutions in Hindi for C Programming for Beginners course. Download more important topics, notes, lectures and mock test series for Class 6 Exam by signing up for free. Attempt Test: C Math Functions | 10 questions in 10 minutes | Mock test for Class 6 preparation | Free important questions MCQ to study C Programming for Beginners for Class 6 Exam | Download free PDF with solutions
Test: C Math Functions - Question 1

What will be the output of the following C code?

#include <stdio.h>
    #include <math.h>
    int main()
    {
        int i = 90;
        printf("%f\n", sin(i));
        return 0;
    }

Test: C Math Functions - Question 2

What will be the output of the following C code?

#include <stdio.h>
    #include <math.h>
    int main()
    {
        unsigned int i = -1;
        printf("%f\n", fabs(i));
        return 0;
    }

1 Crore+ students have signed up on EduRev. Have you? Download the App
Test: C Math Functions - Question 3

function fabs defined math.h header file takes the argument of type integer.

Test: C Math Functions - Question 4

log(x) function defined in math.h header file is __________

Test: C Math Functions - Question 5

What will be the output of the following C code?

#include <stdio.h>
    #include <math.h>
    int main()
    {
        int i = 10;
        printf("%f\n", log10(i));
        return 0;
    }

Test: C Math Functions - Question 6

What type of inputs are accepted by mathematical functions?

Test: C Math Functions - Question 7

In linux, apart from including math header file, the program is successfully executed by which of the following?

Test: C Math Functions - Question 8

Which of the following is not a valid mathematical function?

Test: C Math Functions - Question 9

Which among the following mathematical function do not have a “double” return-type?

Test: C Math Functions - Question 10

What will sin(x) returns?

10 videos|13 docs|15 tests
Information about Test: C Math Functions Page
In this test you can find the Exam questions for Test: C Math Functions solved & explained in the simplest way possible. Besides giving Questions and answers for Test: C Math Functions, EduRev gives you an ample number of Online tests for practice

Top Courses for Class 6

10 videos|13 docs|15 tests
Download as PDF

Top Courses for Class 6