Write a program to find the biggest number of three numbers in c?
No Answer is Posted For this Question
Be the First to Post Answer
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Describe advantages and disadvantages of the various stock sorting algorithms
which types of data structure will i use to convert infix to post fix???
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
What are reserved words with a programming language?
Explain how do you use a pointer to a function?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Mention four important string handling functions in c languages .
Why is it that not all header files are declared in every C program?
write a c program to check weather a particluar bit is set or not?
Which command is more efficient? *(ptr+1) or ptr[1]