What is function definition in c?
No Answer is Posted For this Question
Be the First to Post Answer
Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
Give a method to count the number of ones in a 32 bit number?
1 232 34543 4567654 can anyone tell me how to slove this c question
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
any "C" function by default returns an a) int value b) float value c) char value d) a & b
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
What is data types?
When a c file is executed there are many files that are automatically opened what are they files?
What's the right way to use errno?
What is the difference between scanf and fscanf?
What is the difference between array and structure in c?