Answer Posted / mohit
Dennis Ritchie
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Define VARIABLE?
How do we make a global variable accessible across files? Explain the extern keyword?
Why is sizeof () an operator and not a function?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
How do you convert strings to numbers in C?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Explain built-in function?
What are the 5 organizational structures?
why return type of main is not necessary in linux
Explain how can type-insensitive macros be created?
What are global variables and explain how do you declare them?
Why header file is used in c?
What is wrong with this declaration?
What is struct node in c?
What is a volatile keyword in c?