What is the process to generate random numbers in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
Why clrscr is used in c?
write a program to gat the digt sum of a number (et. 15= >1+5=6)
What tq means in chat?
Why c is called a mid level programming language?
What the advantages of using Unions?
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"
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
how we can say java is platform independent, while we require JVM for that particular Operating System?
What is c method?
what are the files which are automatically opened when a c file is executed?
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
What are the rules for identifiers in c?