Answer Posted / sweta
ya its semocolon (;)
Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What do header files do?
Write programs for String Reversal & Palindrome check
What are multidimensional arrays?
What do you mean by keywords in c?
What is variable initialization and why is it important?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Explain the difference between structs and unions in c?
write a c program to find the sum of five entered numbers using an array named number
Should I learn data structures in c or python?
What is wrong in this statement? scanf(“%d”,whatnumber);
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is the use of printf() and scanf() functions?
What is time complexity c?
What is volatile variable how do you declare it?