What is return type in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are terms in math?
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
What does 1f stand for?
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
How are pointers declared in c?
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
code for concatination of 2 strings with out using library functions?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
pascal triangle program
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 :(