What is the difference between class and object in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between int main and void main in c?
Write a program in C to reverse a number by recursive function?
What are variables and it what way is it different from constants?
What is zero based addressing?
What is type qualifiers?
implement NAND gate logic in C code without using any bitwise operatior.
How do you list a file’s date and time?
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
explain what is a newline escape sequence?
What is the scope of static variables?
How can I sort more data than will fit in memory?
How are pointers declared in c?