Does c have circular shift operators?
No Answer is Posted For this Question
Be the First to Post Answer
How pointers are declared?
how to write a program which adds two numbers without using semicolon in c
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
Is c# a good language?
How can I generate floating-point random numbers?
What is the explanation for cyclic nature of data types in c?
What is the difference between declaring a variable and defining a variable?
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
What's the best way to declare and define global variables?
what is different between auto and local static? why should we use local static?
What does void main return?