List the different types of c tokens?
No Answer is Posted For this Question
Be the First to Post Answer
Explain that why C is procedural?
When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
Explain a pre-processor and its advantages.
What is #line used for?
What is function and its example?
What is a memory leak? How to avoid it?
write a program structure to find average of given number
What is the difference between typedef struct and struct?
What are conditional operators in C?
Q. where is the below variables stored ? - volatile, static, register
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
how to find your architecture is LittleEndian or BigEndian?