What is array of structure in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
What is the scope of static variable in c?
What is scope rule in c?
What is integer constants?
Describe how arrays can be passed to a user defined function
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
what is ur strangth & weekness
0 Answers Cognizant, LG Soft, NetEnrich,
How to write c functions that modify head pointer of a linked list?
Explain how can you be sure that a program follows the ansi c standard?
why do we use # in c-language?
Difference between constant pointer and pointer to a constant.
whitch value return void main?