What is huge pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can you be sure that a program follows the ANSI C standard?
What are the advantages of using macro in c language?
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
what are the various memory handling mechanisms in C ?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
where can function pointers be used?
write a program of palindrome(madam=madam) using pointer?
wat s the meaning of (int *)p +4;
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
What is use of #include in c?