What is extern variable in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
what does keyword ‘extern’ mean in a function declaration?
What is difference between array and structure in c?
progrem to generate the following series 1 12 123 1234 12345
suppose there are five integers write a program to find larger among them without using if- else
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What is the difference between constant pointer and constant variable?
Can we declare a function inside a function in c?
Define the scope of static variables.
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
write a program to create a sparse matrix using dynamic memory allocation.
What is undefined behavior?
What is the difference between getch() and getche()?