hOW Can I add character in to pointer array of characters
char *a="indian";
ie I want to add google after indian in the char *a
Answer Posted / david
it is not possible because it declares a block of array in
the time of initialisation
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does node * mean?
How does normalization of huge pointer works?
How can I get back to the interactive keyboard if stdin is redirected?
Can we declare a function inside a function in c?
Wt are the Buses in C Language
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
List the difference between a "copy constructor" and a "assignment operator"?
What are terms in math?
Explain the use of fflush() function?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What are predefined functions in c?
What are the disadvantages of c language?
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
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What are keywords c?