1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
4 7318write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
3 6497How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
1 7497hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
TCS,
2068I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....
2 5792we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
4 7911
What is hungarian notation? Is it worthwhile?
Why do we use main function?
What does the error message "DGROUP exceeds 64K" mean?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is the difference between if else and switchstatement
What is the use of clrscr?
Differentiate between a structure and a union.
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What does double pointer mean in c?
Explain how can you determine the size of an allocated portion of memory?
Write a program to swap two numbers without using the third variable?
Is there any possibility to create customized header file with c programming language?
What is printf () in c?
can any one tel me wt is the question pattern for NIC exam
Are c and c++ the same?