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 |
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
What oops means?
write a addition of two no. program with out using printf,scanf,puts .
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
What is an volatile variable?
What are c header files?
array of pointer pointer to array pointer to pointer
What is function definition in c?
Why void main is used in c?
What are the different types of linkage exist in c?
What does #pragma once mean?