What is the difference between new and malloc functions?
No Answer is Posted For this Question
Be the First to Post Answer
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
What is a program?
What are all different types of pointers in c?
Is struct oop?
What is a pointer variable in c language?
Where are local variables stored in c?
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.
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
application attempts to perform an operation?
Explain what is the benefit of using #define to declare a constant?