Explain how do you print only part of a string?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between the = symbol and == symbol?
What is the use of the sizeof operator?
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Explain what is meant by 'bit masking'?
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
Write the control statements in C language
How to add two numbers with using function?
What is indirect recursion? give an example?
what is computer
program for comparing 2 strings without strcmp()