Does c have circular shift operators?
No Answer is Posted For this Question
Be the First to Post Answer
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is string concatenation in c?
write a program to print infinte number
main() {int a=200*200/100; printf("%d",a); }
Explain bitwise shift operators?
how to find out the reverse number of a digit if it is input through the keyboard?
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
Here is a neat trick for checking whether two strings are equal
Why clrscr is used after variable declaration?
what is a function method?give example?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }