Answer Posted / musa
(dc*b+e-)a/
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What is a loop?
What is the stack in c?
What is typedef example?
What is queue in c?
What is a function in c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
write a program to generate address labels using structures?
Here is a good puzzle: how do you write a program which produces its own source code as output?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(ā-ā); Return 0;
What are local static variables? How can you use them?
code for find determinent of amatrix
What are the general description for loop statement and available loop types in c?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters