What is the -> in c?
No Answer is Posted For this Question
Be the First to Post Answer
The differences between Windows XP and Windows Visa
write a program to create a sparse matrix using dynamic memory allocation.
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
What is variable and explain rules to declare variable in c?
write a addition of two no. program with out using printf,scanf,puts .
How reliable are floating-point comparisons?
how to swap 2 numbers in a single statement?
Write a program to generate the Fibinocci Series
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
why we need function pointers?