What is the Purpose of 'extern' keyword in a function declaration?
No Answer is Posted For this Question
Be the First to Post Answer
related to rdbms query .
How are 16- and 32-bit numbers stored?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What is a memory leak? How to avoid it?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
what are bit fields in c?
can you change name of main()?how?
How to set file pointer to beginning c?
why we use pointer in c
How do c compilers work?