Where can I get an ansi-compatible lint?
No Answer is Posted For this Question
Be the First to Post Answer
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.
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
What's the difference between a linked list and an array?
write a program that finds the factorial of a number using recursion?
Explain what are the __date__ and __time__ preprocessor commands?
What are loops c?
What is a Deque?
How can you access memory located at a certain address?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
Explain the use of 'auto' keyword