In how much time you will write this c program?
Prime nos from 1 to 1000
Answers were Sorted based on User's Feedback
What is identifier in c?
Function calling procedures? and their differences? Why should one go for Call by Reference?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
what is difference between ANSI structure and C99 Structure?
What are qualifiers in c?
How many types of functions are there in c?
main() { int a[10]; printf("%d",*a+1-*a+3); }
Explain how can I read and write comma-delimited text?
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures