How do you print only part of a string?
No Answer is Posted For this Question
Be the First to Post Answer
What is bss in c?
What is the purpose of void in c?
What are pointers really good for, anyway?
Why array is used in c?
marge linklist
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.
write a program to print the all 4digits numbers & whose squares must me even numbers?
how can I convert a string to a number?
What is the difference between exit() and _exit() function?
Is an array parameter is always "by reference" ?
How many types of arrays are there in c?
What is calloc() function?