Explain what is the purpose of "extern" keyword in a function declaration?
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is C language Terminator?
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
what is void pointer?
Is c easier than java?
What is multidimensional arrays
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
Is r written in c?
write a program to remove duplicate from an ordered char array? in c
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.