Explain how can I remove the trailing spaces from a string?
Ow can I insert or delete a line (or record) in the middle of a file?
What does %d do?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.
What are the types of arrays in c?
What is strcmp in c?
What is bss in c?
What are the different types of errors?
What is #include in c?
write a program to print largest number of each row of a 2D array
What are static variables in c?
How can I set an array's size at run time?