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
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
What is the importance of c in your views?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
Why structure is used in c?
what is output of the following statetment?Printf(“%x”, -1<<4); ?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
How are Structure passing and returning implemented by the complier?
write a program to find out number of on bits in a number?
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
Find greatest of two numbers using macro
What is the difference between text files and binary files?
Why c++ is called c++ and not c+?