What does c mean?
No Answer is Posted For this Question
Be the First to Post Answer
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
Write down the program to sort the array.
Write a program which returns the first non repetitive character in the string?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is the sizeof () operator?
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is adt in c programming?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
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