What is wrong with this statement? Myname = 'robin';
No Answer is Posted For this Question
Be the First to Post Answer
what is a non volatile key word in c language?
To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
Write a program to identify if a given binary tree is balanced or not.
Explain 'bit masking'?
Explain the difference between the local variable and global variable in c?
How do I determine whether a character is numeric, alphabetic, and so on?
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is identifier in c?
Explain what are multibyte characters?
how to print 212 as Twohundreds twelve plz provide me ans soon