What are the disadvantages of a shell structure?
No Answer is Posted For this Question
Be the First to Post Answer
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is a keyword?
What is gets() function?
What is default value of global variable in c?
where do we use volatile keyword?
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
what is the advantage of software development
What is const and volatile in c?
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
Why can't we initialise member variable of a strucutre