What is 1d array in c?
write a program to arrange the contents of a 1D array in ascending order
Why does everyone say not to use gets?
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
How can you determine the size of an allocated portion of memory?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
Explain two-dimensional array.
What is the significance of an algorithm to C programming?
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
main() { clrscr(); } clrscr();