Should a function contain a return statement if it does not return a value?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
What is the concatenation operator?
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
How to add two numbers with using function?
What is else if ladder?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Whether there can be main inside another main?If so how does it work?
What is the scope of static variables?
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
which one is better structure or union?(other than the space occupied )
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.