ATM machine and railway reservation class/object diagram
No Answer is Posted For this Question
Be the First to Post Answer
What are the salient features of c languages?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
what's the return value of malloc()
Which weighs more, a gram of feathers or a gram of gold?
What are runtime error?
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
how to find sum of digits in C?
Explain how can you avoid including a header more than once?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
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.
compare array with pointer?
What is a double c?