What is memcpy() function?
No Answer is Posted For this Question
Be the First to Post Answer
What is keyword in c?
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
What is stack in c?
What are the disadvantages of a shell structure?
What is an lvalue and an rvalue?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is #define in c?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
What is the difference between struct and typedef struct in c?
What are compound statements?
what is diff between localstatic and globalstatis variable possible 2 use in another file...?