Why c is called top down?
No Answer is Posted For this Question
Be the First to Post Answer
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
How will you divide two numbers in a MACRO?
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
What is the sizeof () operator?
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.
3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is ambagious result in C? explain with an example.
What is the use of parallelize in spark?
What is the purpose of main( ) in c language?
Differentiate between a structure and a union.
write a program to compare 2 numbers without using logical operators?