What is const keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
to find the program of matrix multiplication using arrays
How will you declare an array of three function pointers where each function receives two ints and returns a float?
how can be easily placed in TCS.
Explain the binary height balanced tree?
ASCII stands for
what is default constructor?
Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!
Can a binary search tree be used as an index? If yes, how? Explain
Why Modern OS are interrupt driven?Give an example
Is javascript based on c?
How can I sort more data than will fit in memory?