Answer Posted / priyadarshan kasta
it will show a error message as expression syntax error
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is declaration and definition in c?
What is %d called in c?
In C programming, what command or code can be used to determine if a number of odd or even?
What is the benefit of using const for declaring constants?
If I have a char * variable pointing to the name of a function ..
Is it better to use malloc() or calloc()?
Do you know the purpose of 'register' keyword?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Explain b+ tree?
Are pointers integer?
Is anything faster than c?
How many keywords (reserve words) are in c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Write a program to reverse a given number in c language?
What are all different types of pointers in c?