Can I initialize unions?
No Answer is Posted For this Question
Be the First to Post Answer
differentiate built-in functions and user – defined functions.
Can the sizeof operator be used to tell the size of an array passed to a function?
What is volatile variable in c with example?
Why c is called object oriented language?
What is the Lvalue and Rvalue?
Why is %d used in c?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What are identifiers c?
What is the difference b/w Structure & Array?
Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).
Differentiate between declaring a variable and defining a variable?
What are loops in c?