In C programming, what command or code can be used to determine if a number of odd or even?
No Answer is Posted For this Question
Be the First to Post Answer
What is a void pointer? When is a void pointer used?
What is the hardest programming language?
What is array in C
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
Here is a neat trick for checking whether two strings are equal
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); }
What is page thrashing?
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
what is difference between overriding and overloading?
Why we use int main and void main?
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure