Is there a built-in function in C that can be used for sorting data?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between malloc() and calloc() in c?
How can I find the day of the week given the date?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is structure and union in c?
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 Answers 91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
What is the difference between i++ and i+1 ?(in terms of memory)
How can type-insensitive macros be created?
where do we use structure pointer?
Describe explain how arrays can be passed to a user defined function