How do you define a string?
No Answer is Posted For this Question
Be the First to Post Answer
What is wrong with this initialization?
How we can write a value to an address using macro..?
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 the full form of c language
main() { int i; printf("%d",i^i); }
Why flag is used in c?
What are data types in c language?
What is the difference between a structure and a union?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What is #include in c?
explain what are actual arguments?
What is the difference between typeof(foo) and myFoo.GetType()?