Is it possible to initialize a variable at the time it was declared?
No Answer is Posted For this Question
Be the First to Post Answer
char *p="name"; printf(p);
Who is the main contributor in designing the c language after dennis ritchie?
What is the role of && operator in a program code?
What are the various types of control structures in programming?
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
Difference between for loop and while loop?
What is the purpose of scanf() and printf() functions?
Why we use int main and void main?
Explain what is a const pointer?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Is javascript based on c?
Explain what is the most efficient way to store flag values?