Explain the difference between ++u and u++?
No Answer is Posted For this Question
Be the First to Post Answer
What is macro?
What are the three constants used in c?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
What is a example of a variable?
What is meant by high-order and low-order bytes?
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What are pointers in C?
What is the role of this pointer?
What is meant by errors and debugging?
If the static variable is declared as global, will it be same as extern?