What is cohesion and coupling in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between array of characters and string
Explain how do you use a pointer to a function?
Explain pointer. What are function pointers in C?
How many identifiers are there in c?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
What is restrict keyword in c?
void main() { int i=5; printf("%d",i++ + ++i); }
What are the rules for the identifier?
Which of these functions is safer to use : fgets(), gets()? Why?
What are the keywords in c?
How can you find the day of the week given the date?
Write a program to print “hello world” without using semicolon?