How do we print only part of a string in c?
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
what is the use of operator ^ in C ? and how it works?
How many types of sorting are there in c?
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).
How can I find out how much memory is available?
What is sizeof int in c?
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
What are the scope of static variables?
how can we print hellow world programme without using semicolon
How do you initialize pointer variables?
What is information technology.