What is the description for syntax errors?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to exchange two variaables without temp
What type of function is main ()?
I came across some code that puts a (void) cast before each call to printf. Why?
What are the different types of pointers?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
program to print circle structure
In which category does main function belong??
Why isnt there a numbered, multi-level break statement to break out
Explain the priority queues?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
Write a C program to count the number of email on text
Can we declare a function inside a function in c?