Explain how can I pad a string to a known length?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  


Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.

2 Answers   Scientific Atlanta, Wipro,


How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets

2 Answers   Hexaware,


Explain what is gets() function?

0 Answers  


C program to find frequency of each character in a text file?

6 Answers  






Is there sort function in c?

0 Answers  


write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word

1 Answers   Sienna Ecad, Wipro,


program to find the magic square

1 Answers   Infosys,


Two's compliment of -5

4 Answers   Adobe,


Does free set pointer to null?

0 Answers  


how can we print  hellow world programme without using semicolon

3 Answers  


write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix

0 Answers  


Categories