What is LINKED LIST? How can you access the last element in a linked list?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
Is reference used in C?
What is a memory leak? How to avoid it?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Explain how do you generate random numbers in c?
What is a static variable in c?
How can I copy just a portion of a string?
What is an operator?
How does memset() work in C?
Give the rules for variable declaration?
How can I generate floating-point random numbers?
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a