Why is c still so popular?
No Answer is Posted For this Question
Be the First to Post Answer
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.
i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
mplementation of stack using any programing language
whitch value return void main?
Explain function pointer with exapmles.
What is the advantage of c?
difference between Low, Middle, High Level languages in c ?
Write a program to implement queue.
What does nil mean in c?
What is wrong with this initialization?