What is header file in c?
No Answer is Posted For this Question
Be the First to Post Answer
which do you prefer C or Pascal?
What are the advantages and disadvantages of pointers?
Explain how can I remove the trailing spaces from a string?
Is c high or low level?
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
What should be keep precautions while using the recursion method?
What is the difference between null pointer and wild pointer?
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
write an algorithm and a program to count the number of elements in a circularly singly linked list
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5