Is c still used?
No Answer is Posted For this Question
Be the First to Post Answer
Explain threaded binary trees?
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
What is equivalent to ++i+++j?
what is level of tree if leaf node is at level 4.please explain.
What are the types of data types and explain?
Difference between MAC vs. IP Addressing
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
what is the hardware model of CFG( context free grammar)
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
what is C?
What is wrong with this program statement? void = 10;