Explain what are global variables and explain how do you declare them?
What is the difference between i++ and i+1 ?(in terms of memory)
List the difference between a While & Do While loops?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
can we declare a function in side the structure?
Why doesnt long int work?
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
How can you return multiple values from a function?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
Write a program to add a given duration with time(24hrs format)
Tell us two differences between new () and malloc ()?
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *