what does ‘#include’ mean?
How pointers are declared?
Sir i need notes for structure,functions,pointers in c language can you help me please
Explain how can you tell whether a program was compiled using c versus c++?
What are the various topologies? Which one is the most secure?
What is New modifiers?
What does the message "warning: macro replacement within a string literal" mean?
what are the general concepts of c and c++
what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }
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 the scope of local variable in c?
What is a struct c#?
Write a program to swap two numbers without using the third variable?