What is extern c used for?
No Answer is Posted For this Question
Be the First to Post Answer
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
Can we include one C program into another C program if yes how?
how should functions be apportioned among source files?
What does the error message "DGROUP exceeds 64K" mean?
Write a c program to demonstrate Type casting in c?
Explain how can I make sure that my program is the only one accessing a file?
how to reverse string "Hello World" by using pointers only. Without any temp var
Find greatest number out of 10 number without using loop.
Why is struct padding needed?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
What is the function of volatile in c language?