What is sizeof array?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the Difference between the New and Malloc keyword.
Can we access array using pointer in c language?
What is function prototype?
What are keywords in c with examples?
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
Why preprocessor should come before source code?
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
what is op? for(c=0;c=1000;c++) printf("%c",c);
Which node is more powerful and can handle local information processing or graphics processing?
what is the little endian and big endian?
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
write a program to display all prime numbers