Answer Posted / dhanshri chabukswar
null character in c is [0]...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Do you know pointer in c?
What is the data segment that is followed by c?
Describe the steps to insert data into a singly linked list.
What is an arrays?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is a good data structure to use for storing lines of text?
Lists the benefits of c programming language?
Explain what are bus errors, memory faults, and core dumps?
Tell me is null always defined as 0(zero)?
how to write a c program to print list of fruits in alpabetical order?
Why is struct padding needed?
Is that possible to store 32768 in an int data type variable?
What is the process to generate random numbers in c programming language?
Do character constants represent numerical values?