What is a void * in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
What is break statement?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
what are non standard function in c
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
program for swapping two strings by using pointers in c language
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
What is c value paradox explain?
Describe explain how arrays can be passed to a user defined function
Should a function contain a return statement if it does not return a value?
What is 1f in c?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END