What is the ANSI C Standard?
No Answer is Posted For this Question
Be the First to Post Answer
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
can any one tel me wt is the question pattern for NIC exam
What does the format %10.2 mean when included in a printf statement?
What is the use of #define preprocessor in c?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
how logic is used
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
What is C language ?
What are the different types of storage classes in C?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
where do we use volatile keyword?
Is double link list a linear data structure? If Yes, Why?If No, Why?