How to explain the final year project as a fresher please answer with sample project
No Answer is Posted For this Question
Be the First to Post Answer
what is meant by flushll() in c programming?
Explain how can I remove the trailing spaces from a string?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
An array name contains base address of the array. Can we change the base address of the array?
Discuss the function of conditional operator, size of operator and comma operator with examples.
what is the difference between postfix and prefix unary increment operators?
Write a program to print numbers from 1 to 100 without using loop in c?
What is hungarian notation? Is it worthwhile?
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.
Explain the red-black trees?
Is c++ based on c?
Explain output of printf("Hello World"-'A'+'B'); ?