How do we print only part of a string in c?
No Answer is Posted For this Question
Be the First to Post Answer
While(1) { } when this loop get terminate is it a infinite loop?
Is main a keyword in c?
List the difference between a "copy constructor" and a "assignment operator"?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
Which is better between malloc and calloc?
triangle number finding program...
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
What is the process of writing the null pointer?
How many types of operators are there in c?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What are the languages are portable and platform independent?Why they are like that?