What is the difference between memcpy and memmove?
No Answer is Posted For this Question
Be the First to Post Answer
what are the languages used in c#?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What are high level languages like C and FORTRAN also known as?
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
How can a string be converted to a number?
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
What is the difference between printf and scanf )?
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
? ???Mirror Mirror on the wall????????
What is malloc() function?
How does the C program handle segmentation faults?