What does c mean?
No Answer is Posted For this Question
Be the First to Post Answer
input any 4 digit number and find the difference of all the digits?
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
Write a program to interchange two variables without using the third variable?
17 Answers Accenture, College School Exams Tests, Infotech,
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
What is "Hungarian Notation"?
plz let me know how to become a telecom protocol tester. thank you.
What is the main difference between calloc () and malloc ()?
What are header files why are they important?
What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā%d\nā,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none
what's the return value of malloc()
Find the highest of three numbers and print them using ascending orders?
What are the restrictions of a modulus operator?