What’s a signal? Explain what do I use signals for?
No Answer is Posted For this Question
Be the First to Post Answer
what is the structure?
How do you view the path?
Array is an lvalue or not?
write a c program in such a way that if we enter the today date the output should be next day's date.
Write a program to print the prime numbers from 1 to 100?
what is differnence b/w macro & functions
write a addition of two no. program with out using printf,scanf,puts .
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
define string ?
What are the similarities between c and c++?
program for validity of triangle from 3 side
When is a “switch” statement preferable over an “if” statement?