Please list all the unary and binary operators in C.
Answer Posted / shiva shankar shukla
> AND OR XOR NOT
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How can a process change an environment variable in its caller?
Why static is used in c?
What is I ++ in c programming?
What is the use of define in c?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is the difference between c &c++?
What is sizeof int in c?
What are header files why are they important?
Tell us something about keyword 'auto'.
Write a program of advanced Fibonacci series.
What does volatile do?
what is the format specifier for printing a pointer value?