How do you define a string?
No Answer is Posted For this Question
Be the First to Post Answer
What is dynamic variable in c?
Why do we use int main?
the operator for exponencation is a.** b.^ c.% d.not available
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 abs() function from fabs() function.
Do character constants represent numerical values?
What does %f mean c?
What is the difference between typedef and #define?
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
How to draw the flowchart for structure programs?