What is the difference between a string and an array?
What is function prototype in c with example?
What does a pointer variable always consist of?
Explain what is a stream?
Does sprintf put null character?
differnce between do and do while
What is a #include preprocessor?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
I need previous papers of CSC.......plz help out by posting them.......
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
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.
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?