why do some people write if(0 == x) instead of if(x == 0)?
No Answer is Posted For this Question
Be the First to Post Answer
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Hi, main() { } Is a user defined function or Built in Functionn
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What is const volatile variable in c?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
What is the use of clrscr?
What is c definition?
How can I find out how much free space is available on disk?
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,
where are auto variables stored? What are the characteristics of an auto variable?
What is use of bit field?