what does ‘segmentation violation’ mean?
IS Doon college of Engn.. has good faculty
Write a program to swap two numbers without using third variable in c?
what is the difference between malloc() and calloc() function?
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
how to print a statement in c without use of console statement ,with the help of if statement it should print
Why clrscr is used after variable declaration?
What do the functions atoi(), itoa() and gcvt() do?
Why flag is used in c?
How does the assert() function work?
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }