What is pragma in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you search data in a data file using random access method?
If I have a char * variable pointing to the name of a function ..
program for comparing 2 strings without strcmp()
Can you please explain the difference between strcpy() and memcpy() function?
What are register variables? What are the advantage of using register variables?
How is a null pointer different from a dangling pointer?
what is self refrential structure
How to print "Hi World" without using semi colon?
how to construct a simulator keeping the logical boolean gates in c
Are bit fields portable?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a