Is main an identifier in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
Explain how do you list a file’s date and time?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
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).
What is encapsulation?
what type of errors are checked during compilation
What is equivalent to ++i+++j?
Does c have circular shift operators?
What are multibyte characters?
what are the compilation steps? ( i want inside the compiler )
WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****