What are the 4 types of programming language?
No Answer is Posted For this Question
Be the First to Post Answer
Why is this loop always executing once?
What is d'n in c?
What is the role of && operator in a program code?
Explain the difference between #include "..." And #include <...> In c?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Are the variables argc and argv are local to main?
Explain what is gets() function?
What is difference between static and global variable in c?
Can a file other than a .h file be included with #include?
Explain about the functions strcat() and strcmp()?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
When would you use a pointer to a function?