What is meant by keywords in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is return a keyword in c?
What is the use of a conditional inclusion statement in C?
Is array name a pointer?
what is the most appropriate way to write a multi-statement macro?
What does void main return?
Lists the benefits of c programming language?
WHOT IS CHAR?
What is ponter?
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
Does free set pointer to null?
Write programs for String Reversal & Palindrome check
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }