What is identifier in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the difference between the expression '++a' and 'a++'?
how to count no of words,characters,lines in a paragraph.
What is a pointer in c plus plus?
What are the string functions? List some string functions available in c.
Derive the complexity expression for AVL tree?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
What is difference between structure and union?
What is the size of enum in bytes?
main() { printf("hello%d",print("QUARK test?")); }
How can I write functions that take a variable number of arguments?
What is the OOPs concept?