What is scope and lifetime of a variable in c?
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,
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
i need all types of question paper releted to "c" and other language.
write an algorithm and a program to count the number of elements in a circularly singly linked list
how to devloped c lenguege?
using for loop sum 2 number of any 4 digit number in c language
What are the complete rules for header file searching?
What is FIFO?
write a program to print infinte number
How do you convert strings to numbers in C?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
What header files do I need in order to define the standard library functions I use?