what are the 10 different models of writing an addition
program in C language?
No Answer is Posted For this Question
Be the First to Post Answer
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
how to use enum datatype?Please explain me?
What is the -> in c?
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
how to execute with out main in cprogram
Is c procedural or functional?
How to calculate Total working time using Login and logout?
2 Answers CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
What are the advantages and disadvantages of pointers?