Are there namespaces in c?
No Answer is Posted For this Question
Be the First to Post Answer
how many error occurs in C language ?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
What is C language Terminator?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is meant by global static? why we have to use static variable instead of Global variable
The difference between printf and fprintf is ?
What is non linear data structure in c?
What are the 5 types of inheritance in c ++?
prog for 1st five prime numbers in 2^x - 1
Differentiate fundamental data types and derived data types in C.
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
What is type qualifiers?