What is Your Name :)
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is the purpose of sprintf?
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
What is f'n in math?
pgm to find middle element of linklist(in efficent manner)
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
What is floating point constants?
List some of the static data structures in C?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
write a prgram of swapping with 2 valiables
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..