Array is an lvalue or not?
No Answer is Posted For this Question
Be the First to Post Answer
When do we get logical errors?
Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.
What is sizeof in c?
Why doesnt long int work?
Binary tree traversing
Write a programe print the sum of series 0,1,2,.....10
What is huge pointer in c?
Explain the difference between the local variable and global variable in c?
what is pointer?
What are the advantages and disadvantages of pointers?
Explain in detail how strset (string handling function works )pls explain it with an example.
write a own function to compare two strings with out using stringcomparition function?