what information does the header files contain?

Answer Posted / naveena

header file is a file containing C declarations and macro
definitions to be shared between several source files

Is This Answer Correct ?    18 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What would be an example of a structure analogous to structure c?

568


What do you mean by a local block?

618


State the difference between x3 and x[3].

642


Which of these functions is safer to use : fgets(), gets()? Why?

626


A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?

1505






write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2400


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

1404


Write a program for finding factorial of a number.

622


What are pointers?

621


Explain the term printf() and scanf() used in c language?

586


What is the purpose of 'register' keyword in c language?

614


What is preprocessor with example?

572


Why is it usually a bad idea to use gets()? Suggest a workaround.

889


What are the 5 elements of structure?

556


Is c pass by value or reference?

584