What is meant by int main ()?
No Answer is Posted For this Question
Be the First to Post Answer
how to print 212 as Twohundreds twelve plz provide me ans soon
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is the explanation for modular programming?
Can a pointer be volatile in c?
How to write a program for swapping two strings without using 3rd variable and without using string functions.
What is the size of enum in c?
What is storage class?
void main() { int i=5; printf("%d",i+++++i); }
what does keyword ‘extern’ mean in a function declaration?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(“%d” ,a[i]); }
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
What is the difference between functions abs() and fabs()?