What is c token?
No Answer is Posted For this Question
Be the First to Post Answer
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
what is a void pointer?
What is the output of printf("%d", printf("Hello"));?
What is dangling pointer in c?
Who had beaten up hooligan "CHAKULI" in his early college days?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
How can you draw circles in C?
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.