Answer Posted / m abu bakar younas
C++ is called C++ because in C++, ++ is a short hand for adding 1 to a number in programming.It was basically C language.Due to some new feature, its call C++.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the auto keyword good for?
Write programs for String Reversal & Palindrome check
Why is struct padding needed?
will u please send me the placement papers to my mail???????????????????
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Describe wild pointers in c?
FILE PROGRAMMING
What do the functions atoi(), itoa() and gcvt() do?
When the macros gets expanded?
Write a program with dynamically allocation of variable.
Explain what is the purpose of "extern" keyword in a function declaration?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Can a pointer point to null?
c program for searching a student details among 10 student details
Write a C program linear.c that creates a sequence of
processes with a given length. By
sequence it is meant that each created process has exactly
one child.
Let's look at some example outputs for the program.
Here the entire process sequence consists of process 18181:
Sara@dell:~/OSSS$ ./linear 1
Creating process sequence of length 1.
18181 begins the sequence.
An example for a sequence of length three:
Sara@dell:~/OSSS$ ./linear 3
Creating process sequence of length 3.
18233 begins the sequence.
18234 is child of 18233
18235 is child of 18234
........ this is coad .... BUt i could not compleate it .....:(
#include