what is the basis for selection of arrays or pointers as
data structure in a program
No Answer is Posted For this Question
Be the First to Post Answer
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
What is a ternary operator in c?
Write a code to generate divisors of an integer?
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
Which header file is essential for using strcmp function?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is structure in c explain with example?
What is string function c?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is line in c preprocessor?
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
WAP to find that given no is small or capital