How can I manipulate individual bits?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need volatile in c?
Which command is more efficient? *(ptr+1) or ptr[1]
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
Write a program to exchange two variaables without temp
How can I remove the leading spaces from a string?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is an identifier?
Toggle nth bit in a given integer - num
What is string length in c?
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
How do you construct an increment statement or decrement statement in C?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,