How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is the difference between char array and char pointer?
Does c have function or method?
Explain what are linked list?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What's the difference between constant char *p and char * constant p?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What are multidimensional arrays?
Implement bit Array in C.
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is the function of volatile in c language?
What are the two types of functions in c?
What are conditional operators in C?
What is the difference between procedural and declarative language?