What is the use of #define preprocessor in c?
No Answer is Posted For this Question
Be the First to Post Answer
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
How does free() know how many bytes to free?
how to print 212 as Twohundreds twelve plz provide me ans soon
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).
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
What is extern c used for?
What is LINKED LIST? How can you access the last element in a linked list?
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
who is the founder of c
19 Answers College School Exams Tests, HP,
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
int *a[5] refers to
Find greatest number out of 10 number without using loop.