Do you know what is the purpose of 'extern' keyword in a function declaration?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of #include in c?
Explain what is wrong with this program statement?
What is the diffrent between while and do while statement ?
Why do u use # before include in a C Progam?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
write a program to add two numbers of any size.....(remember any size)
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
What is meant by high-order and low-order bytes?
hi, which software companys will take,if d candidate's % is jst 55%?
LOGIC OF Bodmas?
What is #line in c?
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............