What is data types?
No Answer is Posted For this Question
Be the First to Post Answer
What is a file descriptor in c?
Please list all the unary and binary operators in C.
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
Explain how can I convert a number to a string?
C program to find frequency of each character in a text file?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
code for quick sort?
what is stack , heap ,code segment,and data segment
write a program to concatenation the string using switch case?
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
What is the scope of global variable in c?
progrem to generate the following series 1 12 123 1234 12345