What functions are used in dynamic memory allocation in c?
What is the use of getchar() function?
What are the various topologies? Which one is the most secure?
Why is void main used?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is file in c language?
what do the 'c' and 'v' in argc and argv stand for?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
how to find the largest element of array without using relational operater?
Write a program in C to convert date displayed in gregorian to julian date
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Given an unsigned integer, find if the number is power of 2?
What is array in C