Write a program that receives as input a number omaadel-n-print, four digits.
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between the = symbol and == symbol?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
How can I change the size of the dynamically allocated array?
What is dangling pointer in c?
Write a program which returns the first non repetitive character in the string?
Do you have any idea how to compare array with pointer in c?
Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy book on c language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
Do you know the difference between exit() and _exit() function in c?
What is wild pointer in c with example?
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
What is the purpose of main( ) in c language?
Define function pointers?