What does
do in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does void main () mean?
Are negative numbers true in c?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
Which built-in library function can be used to match a patter from the string?
What is the use of header?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
what is use of malloc and calloc?
convert 12345 to 54321 withoutusing strig
What is a sequential access file?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2