what is diognisis?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
logic for x=y^n
write a program structure to find average of given number
what is the stackpointer
What is oops c?
Write a program to print “hello world” without using semicolon?
about c language
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
how should functions be apportioned among source files?
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?