what will be the output for the following program?
main()
{
char ch = 'k';
char c;
printf("%c",c);
}
Answers were Sorted based on User's Feedback
How do shell structures work?
How to develop software using "c" programming?
Is python a c language?
What is substring in c?
Define C in your own Language.
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
a C prog to swap 2 no.s without using variables just an array?
Why is c called c not d or e?
Is c object oriented?
What is the difference between i++ and i+1 ?(in terms of memory)
What is volatile c?
What is action and transformation in spark?