what r the cpu registers r ther?
Answer / guest
what kind of a crap question is this. Do u understand any
bit of english grammar. Just correct you'r question first
and then expect for an answer..
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
What is the most efficient way to count the number of bits which are set in an integer?
Write a program in C to convert date displayed in gregorian to julian date
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"
How can you check to see whether a symbol is defined?
What is array of structure in c programming?
What is array of pointers to string?
Describe the difference between = and == symbols in c programming?
Why can’t we compare structures?
What are type modifiers in c?
how do you programme Carrier Sense Multiple Access