can we declare a function in side the structure?
Answers were Sorted based on User's Feedback
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
Explain the binary height balanced tree?
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
What is call by value in c?
Explain union.
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
all c language question
What is the difference between a free-standing and a hosted environment?
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
What is this infamous null pointer, anyway?