How to explain the final year project as a fresher please answer with sample project
No Answer is Posted For this Question
Be the First to Post Answer
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
what are the different storage classes in c?
how to capitalise first letter of each word in a given string?
what are brk, sbrk?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What is a segmentation fault?
How is pointer initialized in c?
How does the assert() function work?
What is ctrl c called?
Explain what are preprocessor directives?
Write a program to print factorial of given number without using recursion?
Combinations of fibanocci prime series