What type is sizeof?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the difference between a string and an array?
write a progam to display the factors of a given number and disply how many prime numbers are there?
Why do we need functions in c?
Tell me about low level programming languages.
Is r written in c?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"
what are brk, sbrk?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
Explain how can I avoid the abort, retry, fail messages?
how to compare two strings without using strcmp() function??
provide an example of the Group by clause, when would you use this clause
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?