Describe the modifier in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program with dynamically allocation of variable.
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
What is volatile variable in c?
what is function pointer?
What is pivot in c?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
largest Of three Number using without if condition?
what is the difference between c and c++?
What are the usage of pointer in c?
write a program to interchange the value between two variable without using loop
What is volatile c?