What is header file in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is a headerfile?and what will be a program without it explain nan example?
what are the stoge class in C and tel the scope and life time of it?
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
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 does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year
How can I open files mentioned on the command line, and parse option flags?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
Difference between goto, long jmp() and setjmp()?
do you think its fraud or original company?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
Write a program to add a given duration with time(24hrs format)
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,