Is void a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is c++ used for today?
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.
which is faster execution: loops or recursion?
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
#define f(x) main() { printf("\n%d",f(2+2)); }
Write a program to print “hello world” without using semicolon?
write a program to gat the digt sum of a number (et. 15= >1+5=6)
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
What is the difference between array and pointer?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
What does dm mean sexually?