write a program to convert a expression in polish
notation (postfix) to inline (normal)
how to swap 2 numbers in a single statement?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is spaghetti programming?
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.
what is the difference between NULL('\0') and 0?
How can I handle floating-point exceptions gracefully?
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
Is int a keyword in c?
explain how do you use macro?
What is dynamic dispatch in c++?
What are different types of operators?
What is the general form of a C program?