What is pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
how can we use static and extern?and where can we use this?
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
nic scientist exam
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
write a addition of two no. program with out using printf,scanf,puts .
Why isnt there a numbered, multi-level break statement to break out
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
What are valid signatures for the Main function?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
what is used instead of pointers in java than c?
what is answer for perfect number????????????????