char ch=10;printf("%d",ch);what is the output
Post New Answer View All Answers
What is difference between structure and union in c programming?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Explain how do you override a defined macro?
What does stand for?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Explain how to reverse singly link list.
write a c program for swapping two strings using pointer
Tell me with an example the self-referential structure?
Why does notstrcat(string, "!");Work?
Why c language?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What are the two types of structure?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Can you please explain the difference between malloc() and calloc() function?
Write a program to use switch statement.