What is wrong in this statement?
What are runtime error?
How does #define work?
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(“%d”,s.x); }
how to find the kth smallest element in the given list of array elemnts.
Differentiate between functions getch() and getche().
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
who did come first hen or agg
What is the value of h?
what is the mean of c languages.
What are the ways to a null pointer can use in c programming language?
How can I read in an object file and jump to locations in it?
What is the use of ?