Is c# a good language?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are the standard predefined macros?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
define string ?
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
What is a struct c#?
Explain the difference between strcpy() and memcpy() function?
main() { int a; a=++100; printf("%d",a); getch(); }
Explain what is output redirection?
What is the difference between ++a and a++?
What are c identifiers?
What is nested structure in c?