Describe the header file and its usage in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Why c language?
What is difference between scanf and gets?
Why do we use int main?
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
How to convert decimal to binary in C using recursion??
sir, i cannot find the way how to write aprogram by using array on queue
In header files whether functions are declared or defined?