What is queue in c?
No Answer is Posted For this Question
Be the First to Post Answer
what type of errors are checked during compilation
What are the parts of c program?
what is difference between array,strutter,union and pointers
3 Answers CTS, Lovely Professional University, Mannar Company,
Which is more efficient, a switch statement or an if else chain?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?
What is the use of putchar function?
Why cann't whole array can be passed to function as value.
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
print a "hello" word without using printf n puts in c language