What is break statement?
No Answer is Posted For this Question
Be the First to Post Answer
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What are the main characteristics of c language describe the structure of ac program?
What is wrong in this statement?
What is %d called in c?
Explain what does the function toupper() do?
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
please give me some tips for the placement in the TCS.
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Write a programe print the sum of series 0,1,2,.....10
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
When should the volatile modifier be used?