What are the 5 organizational structures?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about block scope in c?
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
What is the use of ?
what is void pointer?
What is the use of printf() and scanf() functions?
What is return in c programming?
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.?
Why pointers are used?
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
Explain the advantages and disadvantages of macros.
What is array in c with example?
main() { printf("hello"); fork(); }