What is a constant and types of constants in c?
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); }
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
can any one tel me wt is the question pattern for NIC exam
Write a C function to search a number in the given list of numbers. donot use printf and scanf
What is the difference between ‘g’ and “g” in C?
Tell me is null always defined as 0(zero)?
How can I direct output to the printer?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What are keywords in c with examples?
Where static variables are stored in memory in c?
Explain how are 16- and 32-bit numbers stored?
What are data structures in c and how to use them?