Explain why c is faster than c++?
How old is c programming language?
What is use of #include in c?
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
Why c is called procedure oriented language?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is ambagious result in C? explain with an example.
What are nested functions in c?
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
What are preprocessor directives?
What is operator precedence?
What is oops c?
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)