What is assert and when would I use it?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know the difference between exit() and _exit() function in c?
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 is the difference between getch() and getche()?
What are the string functions? List some string functions available in c.
What is the mean of this statement:: if(int i=0 * i=9)
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
Is that possible to add pointers to each other?
What is modeling?
What are the different data types in C?
What are the advantage of c language?
Give me the code of in-order recursive and non-recursive.
Explain Function Pointer?