In a header file whether functions are declared or defined?
No Answer is Posted For this Question
Be the First to Post Answer
Without using main fn and semicolon,print remainder for a given number in C language
How can I send mail from within a c program?
What are the two types of functions in c?
What does dm mean sexually?
what is c++ programming?
What is difference between && and & in c?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
What are the advantages and disadvantages of pointers?
What are pointers? What are stacks and queues?
What is a constant?
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
why programming language C is still used in operating system's kernel??