Where can I get an ansi-compatible lint?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the use of keyword 'register' with respect to variables.
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Explain the differences between public, protected, private and internal.
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
what is the mean of c languages.
Is array name a pointer?
What is a pointer value and address in c?
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
why do we use # in c-language?
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,
What is the difference between static and global variables?