Write a program to generate random numbers in c?
No Answer is Posted For this Question
Be the First to Post Answer
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
In c language can we compile a program without main() function?
Why is C called a middle-level language?
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
How do you print only part of a string?
When should a type cast not be used?
The file stdio.h, what does it contain?
If errno contains a nonzero number, is there an error?
Write a program of prime number using recursion.
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...