What is function prototype in c language?
No Answer is Posted For this Question
Be the First to Post Answer
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
What is pass by reference in c?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
What are the languages are portable and platform independent?Why they are like that?
Why enum is used in c?
how can i sort numbers from ascending order and descending order using turbo c..
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
What is the difference between Printf(..) and sprint(...) ?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
What is malloc and calloc?
Is fortran faster than c?
What is null pointer in c?