Is c easy to learn?
No Answer is Posted For this Question
Be the First to Post Answer
What is string length in c?
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
What is a buffer in c?
What is a const pointer, and how does it differ from a pointer to a const?
Can a binary search tree be used as an index? If yes, how? Explain
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
what is the use of macro program
Explain how are portions of a program disabled in demo versions?
what are enumerations in C
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
C,c++, Java is all are structural oriented or procedure oriented language..?