Explain the meaning of keyword 'extern' in a function declaration.
No Answer is Posted For this Question
Be the First to Post Answer
Can true be a variable name in c?
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
write a method for an array in which it can display the largest n next largest value.
What does the c preprocessor do?
What is %lu in c?
What does nil mean in c?
What is undefined behavior?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
How many levels of pointers have?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
What is the difference between File pointer and Internal Charecter Pointer?