What is static function in c?
No Answer is Posted For this Question
Be the First to Post Answer
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
How do you initialize pointer variables?
Can you subtract pointers from each other? Why would you?
Why static is used in c?
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
what is the meaning of java that is (J A V A) full form of JAVA
71 Answers AKS University, Bhel, BNL, BPO, HCL, Peacecon,
what is op? for(c=0;c=1000;c++) printf("%c",c);
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
to find the program of matrix multiplication using arrays
What is array within structure?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is the difference between declaring a variable and defining a variable?