Why can arithmetic operations not be performed on void pointers?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
What is function prototype?
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
What are the characteristics of arrays in c?
What is anagram in c?
yogesh patil in dell
write a program to print the all 4digits numbers & whose squares must me even numbers?
what is printf
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.