What are variables c?
No Answer is Posted For this Question
Be the First to Post Answer
program to find the magic square
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
What is hashing in c language?
Is return a keyword in c?
what is inline function?
Write a program for print infinite numbers
What functions are used in dynamic memory allocation in c?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
Why is c so powerful?
prog for 1st five prime numbers in 2^x - 1