Write a program to generate random numbers in c?
No Answer is Posted For this Question
Be the First to Post Answer
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
how to construct a simulator keeping the logical boolean gates in c
How pointer is benefit for design a data structure algorithm?
What is the total generic pointer type?
How can you tell whether a program was compiled using c versus c++?
Why can arithmetic operations not be performed on void pointers?
What is Your Name :)
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
Write a C program to fill a rectangle using window scrolling
What is an auto keyword in c?
What is || operator and how does it function in a program?