Explain the difference between strcpy() and memcpy() function?
What is 'bus error'?
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
Program to find the absolute value of given integer using Conditional Operators
What's a good way to check for "close enough" floating-point equality?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What are the characteristics of arrays in c?
What is the difference between array and pointer in c?
How can you find the exact size of a data type in c?
Write a program to find the biggest number of three numbers in c?
program to print circle structure
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);