Why is structure padding done in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
I need a sort of an approximate strcmp routine?
How can a program be made to print the line number where an error occurs?
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
What is #include in c?
Can variables be declared anywhere in c?
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
How can I remove the trailing spaces from a string?
what are the advantage and disadvantage of recursion
how will you write a program on linked lists using JAVA programming???????????
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?