Can math operations be performed on a void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Do you have any idea how to compare array with pointer in c?
Find the largest number from the given 2 numbers without using any loops and the conditional operator.
What are the string functions? List some string functions available in c.
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is context in c?
What does %d do in c?
What are .h files and what should I put in them?
What is structure packing ?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
0 Answers Sikkim Manipal University,