Give the rules for variable declaration?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to fined second smallest and largest element in a given series of elements (without sorting)
Differentiate between ordinary variable and pointer in c.
How do we make a global variable accessible across files? Explain the extern keyword?
Is double link list a linear data structure? If Yes, Why?If No, Why?
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
How many loops are there in c?
Is c programming hard?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
How we can set and clear bit in a byte using macro function?
What is the exact difference between '\0' and ""
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
write a program to insert an element at the specified position in the given array in c language