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 |
how can write all 1to 100 prime numbers using for loop,if and break ?
What does a pointer variable always consist of?
Write a program in C to convert date displayed in gregorian to julian date
What's wrong with "char *p = malloc(10);" ?
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
Why cd or dvd are round why not square.
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is the purpose of #pragma directives in C?
main() { int i=5; printf("%d%d%d%d",i++,i--,i); }
How a string is stored in c?
How many types of operators are there in c?