What is the difference between strcpy() and memcpy() function in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
What is selection sort in c?
Which is better oop or procedural?
What is the difference between null pointer and the void pointer?
how to write a prog in c to convert decimal number into binary by using recursen function,
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
explain how do you use macro?
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
hi send me sample aptitude papers of cts?
How can I do graphics in c?
What are local and global variables?