How to declare pointer variables?
What is conio h in c?
write a program of bubble sort using pointer?
What are the types of data structures in c?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Write a program to swap two numbers without using third variable?
What is define directive?
Does free set pointer to null?
What is #line used for?
character array A[12] can hold
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
What are the advantages of Macro over function?
how to find anagram without using string functions using only loops in c programming