What is the use of static variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is c++ based on c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
How are structure passing and returning implemented?
How can I invoke another program or command and trap its output?
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
What is difference between structure and union with example?
where do we use volatile keyword?
What are the benefits of organizational structure?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
How can you find the day of the week given the date?
Is that possible to add pointers to each other?