What is keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
What is array in c with example?
What is the best style for code layout in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is wrong in this statement? scanf(“%d”,whatnumber);
how to do in place reversal of a linked list(singly or doubly)?
code for inverse a matrix
Explain how do you determine a file’s attributes?
Explain how can I pad a string to a known length?
What is the use of a static variable in c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
main() { clrscr(); } clrscr();