What is C language ?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
Is c is a procedural language?
What is the difference between single charater constant and string constant?
Toggle nth bit in a given integer - num
how many key words availabel in c a) 28 b) 31 c) 32
What is variables in c?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Is c object oriented?
What is variable in c with example?
how should functions be apportioned among source files?
What are the Advantages of using macro
What is wrong with this statement? Myname = 'robin';