Explain how can I read and write comma-delimited text?
No Answer is Posted For this Question
Be the First to Post Answer
In how much time you will write this c program? Prime nos from 1 to 1000
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
write a program whose output will be- 1 12 123 1234
why you will give me a job in TCS.
to get a line of text and count the number of vowels in it
How does free() know explain how much memory to release?
what is a static function
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What are the types of data structures 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.
given post order,in order construct the corresponding binary tree