Write a program to find the given number is odd or even without using any loops(if,for,do,while)
4 9809How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
4 8040how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
TCS,
1947
How can you avoid including a header more than once?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Can we assign integer value to char in c?
Where local variables are stored in c?
Are pointers integers in c?
Write a program with dynamically allocation of variable.
What is the purpose of & in scanf?
write a program in c language to print your bio-data on the screen by using functions.
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Explain how does flowchart help in writing a program?
What was noalias and what ever happened to it?
Here is a neat trick for checking whether two strings are equal
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What are the different types of errors?