What is the ANSI C Standard?
No Answer is Posted For this Question
Be the First to Post Answer
List a few unconditional control statement in c.
What does node * mean?
What is structure in c definition?
Explain built-in function?
write a program to insert an element at the specified position in the given array in c language
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
Explain how can I convert a number to a string?
What is volatile variable how do you declare it?
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
2. What does static variable mean?
Can a variable be both constant and volatile?