Can math operations be performed on a void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is volatile variable in c with example?
What are local static variables? How can you use them?
what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above
3 Answers Accenture, Infosys, Wipro,
i have a written test for microland please give me test pattern
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
Who is the founder of c language?
How can you read a directory in a C program?
hi, which software companys will take,if d candidate's % is jst 55%?
What is nested structure in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
What is this pointer in c plus plus?
What type is sizeof?