What is pointers in c with example?
How can I automatically locate a programs configuration files in the same directory as the executable?
write a C code To reverse a linked list
Can we write a program without main() function?
How many data structures are there in c?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
What is difference between function overloading and operator overloading?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
What are qualifiers?
what are the facialities provided by you after the selection of the student.
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
can we implement multi-threads in c.