Write a C program to read the internal test marks of 25
students in a class and
show the number of students who have scored more than 50%
in the test.
Make necessary assumptions.
What's a good way to check for "close enough" floating-point equality?
HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
in malloc and calloc which one is fast and why?
What are the application of void data type in c?
What is the difference between a string and an array?
What is variable and explain rules to declare variable in c?
Write a program to find minimum between three no.s whithout using comparison operator.
Explain what a Binary Search Tree is.
Is exit(status) truly equivalent to returning the same status from main?
Why do we write return 0 in c?
code for inverse a matrix
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0