What is meant by keywords in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can we declare a function inside a function in c?
Are pointers integer?
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
What is a keyword?
how do we remove the printed character in printf statement and write next it it
What is wrong in this statement? scanf(“%d”,whatnumber);
what does exit() do?
why effort estimation is important?
What are the types of data structures in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Write a C program to count the number of email on text
What is a double c?