Why void is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print numbers from 1 to 100 without using loop in c?
Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
pierrot's divisor program using c or c++ code
write a c program for greatest of three numbers without using if statment
Write a program for finding factorial of a number.
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
is it possible to create your own header files?
how we can make 3d venturing graphics on outer interface