How many types of arrays are there in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why do some versions of toupper act strangely if given an upper-case letter?
What are the 4 data types?
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
What is the ANSI C Standard?
What is calloc in c?
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.
Diff between for loop and while loop?
Explain what are the different data types in c?
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
Is it valid to address one element beyond the end of an array?
What does extern mean in a function declaration?
What are the different types of constants?