Does c have circular shift operators?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between c and python?
The difference between printf and fprintf is ?
Is there any book to know about Basics of C Language?
What is an lvalue and an rvalue?
Suggesting that there can be 62 seconds in a minute?
Is it possible to execute code even after the program exits the main() function?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
why we are using float in C
how to display 2-D array elements in spiral
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
What is the full form of getch?
Difference between Function to pointer and pointer to function