Why is extern used in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is structure in c explain with example?
Which is best linux os?
how to determine the complexity of an algorithm as log(n)
biggest of two no's with out using if condition statement
What is a macro, and explain how do you use it?
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
Expand the following LKB BKL FFG
What is the difference between malloc() and calloc() function in c language?
Difference between MAC vs. IP Addressing
write a progam to display the factors of a given number and disply how many prime numbers are there?
What is ambagious result in C? explain with an example.