How can I pad a string to a known length?
No Answer is Posted For this Question
Be the First to Post Answer
What is the best way to store flag values in a program?
what is the importance of spanning tree?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is methods in c?
What is calloc malloc realloc in c?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
Write a function to find the area of a triangle whose length of three sides is given
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
Explain what will the preprocessor do for a program?
What is p in text message?