What are header files in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
what are bit fields in c?
Should a function contain a return statement if it does not return a value?
What is #include conio h?
What is a newline escape sequence?
What is the use of gets and puts?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
hi any body pls give me company name interview conduct "c" language only
What is the most efficient way to store flag values?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
When is the “void” keyword used in a function?