Answer Posted / guest
\0 is end of the string.
"" is empty charater, each space is also refered as
character
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can you please explain the scope of static variables?
How old is c programming language?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What does %c do in c?
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 are identifiers and keywords in c?
What are header files in c programming?
Write a program to print fibonacci series using recursion?
What does %c mean in c?
why return type of main is not necessary in linux
What is substring in c?
What are the advantages and disadvantages of a heap?
If I have a char * variable pointing to the name of a function ..
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit