How do we make a global variable accessible across files?
Explain the extern keyword?
No Answer is Posted For this Question
Be the First to Post Answer
how to create c progarm without void main()?
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
can we have joblib in a proc ?
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
What is line in c preprocessor?
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Differentiate between a structure and a union.
What is the difference between printf and scanf in c?
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers