What are Macros? What are its advantages and disadvantages?
No Answer is Posted For this Question
Be the First to Post Answer
How does the assert() function work?
What is a null pointer in c?
Explain what’s a signal? Explain what do I use signals for?
Is void a keyword in c?
What is the use of function overloading in C?
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
Why header files are used?
If the size of int data type is two bytes, what is the range of signed int data type?
What are static variables, and where are they stored?
How can I run c program?