What is the use of c language in real life?
No Answer is Posted For this Question
Be the First to Post Answer
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is FIFO?
Why void is used in c?
C program to perform stack operation using singly linked list
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What is the explanation for prototype function in c?
What is the use of volatile?
What's a "sequence point"?
What is the most efficient way to count the number of bits which are set in a value?
Give me basis knowledge of c , c++...
Write a C function to search a number in the given list of numbers. donot use printf and scanf
What is New modifiers?