What is structure in c language?
No Answer is Posted For this Question
Be the First to Post Answer
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
write a program to gat the digt sum of a number (et. 15= >1+5=6)
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is #define?
What is the use of pointers in C?
0 Answers Impetus, Motorola, Tavant Technologies, Virtusa,
Is c an object oriented programming language?
write a addition of two no. program with out using printf,scanf,puts .
When should I declare a function?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
What is the output of printf("%d", printf("Hello"));?
why do we use pointer instead directly acessing the data?
What is the use of parallelize in spark?