How do we print only part of a string in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.

8 Answers  


what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???

2 Answers   NSN,


what is the use of operator ^ in C ? and how it works?

2 Answers  


How many types of sorting are there in c?

0 Answers  


Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).

0 Answers  


How can I find out how much memory is available?

1 Answers   Persistent,


What is sizeof int in c?

0 Answers  


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

0 Answers  


What are the scope of static variables?

0 Answers  


how can we print  hellow world programme without using semicolon

3 Answers  


How do you initialize pointer variables?

0 Answers  


What is information technology.

1 Answers  


Categories