what is ur strangth & weekness
No Answer is Posted For this Question
Be the First to Post Answer
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
Identify the operators that is not used with pointer a. && b. # c. * d. >>
What is c standard library?
What is the description for syntax errors?
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
64/square(4)
Which one would you prefer - a macro or a function?
What is the full form of getch?
What is string in c language?
Write a program of prime number using recursion.
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.