Where register variables are stored in c?
Is c programming hard?
What’s a signal? Explain what do I use signals for?
What are global variables?
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
Explain the difference between strcpy() and memcpy() function?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Describe the difference between = and == symbols in c programming?
what is difference between null and nul in c language
main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }
Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program
1 Answers Accenture, Concor, DMU, Satyam, Syntel, Tora,
What tq means in chat?