Find MAXIMUM of three distinct integers using a single C statement
No Answer is Posted For this Question
Be the First to Post Answer
write a program to rearrange the array such way that all even elements should come first and next come odd
What is a segmentation fault?
what is diffrence between string and character array?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is void main () in c?
sir, i cannot find the way how to write aprogram by using array on queue
What does c mean?
What does != Mean in c?
Explain why c is faster than c++?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
What is a stream in c programming?
without using control structures and control structures find the max and min of given 2 nos