What are pointers?
No Answer is Posted For this Question
Be the First to Post Answer
What is graph in c?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
0 Answers Sikkim Manipal University,
Write a program to find minimum between three no.s whithout using comparison operator.
In which layer of the network datastructure format change is done
how to set Nth bit of variable by using MACRO
how to count no of words,characters,lines in a paragraph.
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What is far pointer in c?
how to determine the complexity of an algorithm as log(n)
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
How can this be legal c?
What is size of union in c?