What does != Mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
Multiply an Integer Number by 2 Without Using Multiplication Operator
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
Mention four important string handling functions in c languages .
How can I call fortran?
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
how to write a bubble sort program without using temporary variable?
what is the code for getting the output as * ** ***
what is ans for this scanf(%%d",c);
1,1,5,17,61,217,?,?.
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }