Is c is a low level language?
Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .
What is a scope resolution operator in c?
what is the difference between #include<> and #include”…”?
Explain how do you view the path?
Explain what is a 'locale'?
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
main() { printf("hello"); fork(); }
State the difference between realloc and free.
Explain what are binary trees?
Can we add pointers together?
What is NULL pointer?
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?