Can the size of an array be declared at runtime?
No Answer is Posted For this Question
Be the First to Post Answer
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
code for reverse alternate words from astring
What is malloc and calloc?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
with out using main how to execute the program?
SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1
What is the stack in c?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
how to implement stack operation using singly linked list
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
What are the Advantages of using macro