What is the size of enum in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to find the probability of random numbers between 1-1000
Can we use any name in place of argv and argc as command line arguments?
difference between function & structure
main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }
2 Answers Vector, Vector India,
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is a program flowchart and explain how does it help in writing a program?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What are the modifiers available in c programming language?
What are the rules for identifiers in c?
is assignment operator is arithmatic or not